Skip to content

Commit d5d241c

Browse files
committed
@controller already includes url_helpers in with_routing method
1 parent 687db9f commit d5d241c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/test/controller/base_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def test_url_helpers_does_not_become_actions
195195
match "account/overview"
196196
end
197197

198-
@controller.class.send(:include, set.url_helpers)
199198
assert !@controller.class.action_methods.include?("account_overview_path")
200199
end
201200
end

0 commit comments

Comments
 (0)