This commit is contained in:
Santiago Pastorino 2011-08-15 15:35:47 -03:00
parent 4ca605b71b
commit fd29b4e47f

@ -46,7 +46,7 @@ def app
assert defined?(Uglifier)
end
test "precompile creates the filem, gives it the original asset's content and run in production as default" do
test "precompile creates the file, gives it the original asset's content and run in production as default" do
app_file "app/assets/javascripts/application.js", "alert();"
app_file "app/assets/javascripts/foo/application.js", "alert();"