diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-15 00:51:55 -0700 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-15 00:51:55 -0700 |
commit | 30f93dc65ed47d193ce5ff550ada4c14baf41e4d (patch) | |
tree | 695a124c69f4a490c75d1f6e2ebeda98b649c122 /actionpack/test/dispatch | |
parent | e8059f562ff56b469ae3eab99edaa5422be2e661 (diff) | |
download | rails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.tar.gz rails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.tar.bz2 rails-30f93dc65ed47d193ce5ff550ada4c14baf41e4d.zip |
Remove unused method in RouteSet test.
Diffstat (limited to 'actionpack/test/dispatch')
-rw-r--r-- | actionpack/test/dispatch/routing/route_set_test.rb | 4 |
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 |