From 30f93dc65ed47d193ce5ff550ada4c14baf41e4d Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 15 May 2014 00:51:55 -0700 Subject: Remove unused method in RouteSet test. --- actionpack/test/dispatch/routing/route_set_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionpack/test/dispatch') diff --git a/actionpack/test/dispatch/routing/route_set_test.rb b/actionpack/test/dispatch/routing/route_set_test.rb index 0e488d2b88..c465d56bde 100644 --- a/actionpack/test/dispatch/routing/route_set_test.rb +++ b/actionpack/test/dispatch/routing/route_set_test.rb @@ -81,10 +81,6 @@ module ActionDispatch end private - def clear! - @set.clear! - end - def draw(&block) @set.draw(&block) end -- cgit v1.2.3