that was painful but managed to install gauntlt. Turns out you need to revert to minitest 4 (not 5, for the love of humantiy, not 5). Also, added rspec (not sure that did anything). Lastly, aruba and gauntlt. So, we now have a dir explicitly for attack files.

This commit is contained in:
cktricky
2013-08-08 14:04:52 -04:00
parent 8f4644c312
commit 2a4a7a5440
6 changed files with 97 additions and 3 deletions
+9 -1
View File
@@ -19,6 +19,12 @@ group :development do
gem 'rack-livereload'
end
gem 'gauntlt'
group :development, :test do
gem 'rspec-rails'
end
# Gems used only for assets and not required
# in production environments by default.
@@ -46,7 +52,9 @@ gem 'jquery-rails'
# Pow related gem
gem 'powder'
gem 'minitest'
gem 'aruba'
gem 'minitest', '~> 4.0', :require=> "minitest/autorun"
# Deploy with Capistrano
# gem 'capistrano'