aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2014-05-15 08:35:37 -0500
committerSantiago Pastorino <santiago@wyeworks.com>2014-05-15 08:35:37 -0500
commitee239847b19eb9b553dc430dec1520492dc9637f (patch)
tree7e78a2e7fada0695f00cf0152352c10694c4f180
parent0068dccfdc9a6325dfced45c37a52b02775261a9 (diff)
parent30f93dc65ed47d193ce5ff550ada4c14baf41e4d (diff)
downloadrails-ee239847b19eb9b553dc430dec1520492dc9637f.tar.gz
rails-ee239847b19eb9b553dc430dec1520492dc9637f.tar.bz2
rails-ee239847b19eb9b553dc430dec1520492dc9637f.zip
Merge pull request #15116 from tgxworld/remove_unused_method_in_test
Remove unused method in RouteSet test.
-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