Merge pull request #2239 from castlerock/scaffold_jquery

fixing broken test as jquery-rails is included in application.js
This commit is contained in:
Santiago Pastorino
2011-07-24 06:55:25 -07:00

View File

@@ -8,6 +8,7 @@ else
gem "arel", '~> 2.1.3'
end
gem "jquery-rails"
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem "uglifier", ">= 1.0.0", :require => false