Skip to content

Commit

Permalink
correct path used in "digested assets are not mistakenly removed" test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtko committed Oct 4, 2011
1 parent 8093e38 commit a5eca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/application/assets_test.rb
Expand Up @@ -426,7 +426,7 @@ class ::PostsController < ActionController::Base ; end
end end


test "digested assets are not mistakenly removed" do test "digested assets are not mistakenly removed" do
app_file "public/assets/application.js", "alert();" app_file "app/assets/application.js", "alert();"
add_to_config "config.assets.compile = true" add_to_config "config.assets.compile = true"
add_to_config "config.assets.digest = true" add_to_config "config.assets.digest = true"


Expand Down

0 comments on commit a5eca91

Please sign in to comment.