From 9c69ef31676b8d0c7a54313b4c53aa7279b6f516 Mon Sep 17 00:00:00 2001 From: "Mark J. Titorenko" Date: Tue, 4 Oct 2011 19:02:28 +0100 Subject: correct path used in "digested assets are not mistakenly removed" test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Valim --- railties/test/application/assets_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/test') diff --git a/railties/test/application/assets_test.rb b/railties/test/application/assets_test.rb index b0748c7572..e38ea30c30 100644 --- a/railties/test/application/assets_test.rb +++ b/railties/test/application/assets_test.rb @@ -426,7 +426,7 @@ module ApplicationTests end 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.digest = true" -- cgit v1.2.3