From d4cfd543084f076af86e1716a7a5ef7dc30a7f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 18 May 2015 19:33:25 -0300 Subject: Prefer assert_not over refute --- actionpack/test/dispatch/routing/route_set_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/dispatch/routing') diff --git a/actionpack/test/dispatch/routing/route_set_test.rb b/actionpack/test/dispatch/routing/route_set_test.rb index 0c770a4406..9327fe12c6 100644 --- a/actionpack/test/dispatch/routing/route_set_test.rb +++ b/actionpack/test/dispatch/routing/route_set_test.rb @@ -24,7 +24,7 @@ module ActionDispatch get 'foo', to: SimpleApp.new('foo#index') end - refute empty? + assert_not empty? end test "url helpers are added when route is added" do -- cgit v1.2.3