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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user