1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Santiago Pastorino 2011-08-15 15:35:47 -03:00
parent 4ca605b71b
commit fd29b4e47f

View file

@ -46,7 +46,7 @@ module ApplicationTests
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();"