From a071c9b6679136217fc30ca69317d9a975d6714c Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 25 Aug 2011 21:04:49 -0500 Subject: Fix failing asset debug test under 1.8 --- railties/test/application/asset_debugging_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/test/application/asset_debugging_test.rb b/railties/test/application/asset_debugging_test.rb index 0be591a1b9..38e1e21d17 100644 --- a/railties/test/application/asset_debugging_test.rb +++ b/railties/test/application/asset_debugging_test.rb @@ -40,7 +40,7 @@ module ApplicationTests # the debug_assets params isn't used if allow_debugging is off get '/posts?debug_assets=true' assert_match %r{}, last_response.body - assert_not_match %r{}, last_response.body + assert_no_match %r{}, last_response.body end test "assets aren't concatened when allow_debugging is on and debug_assets params is true" do -- cgit v1.2.3