aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2014-05-15 00:51:55 -0700
committerGuo Xiang Tan <tgx_world@hotmail.com>2014-05-15 00:51:55 -0700
commit30f93dc65ed47d193ce5ff550ada4c14baf41e4d (patch)
tree695a124c69f4a490c75d1f6e2ebeda98b649c122 /actionpack/test/dispatch/routing
parente8059f562ff56b469ae3eab99edaa5422be2e661 (diff)
downloadrails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.tar.gz
rails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.tar.bz2
rails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.zip
Remove unused method in RouteSet test.
Diffstat (limited to 'actionpack/test/dispatch/routing')
-rw-r--r--actionpack/test/dispatch/routing/route_set_test.rb4
1 files changed, 0 insertions, 4 deletions
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