diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-08-27 13:32:31 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-08-27 13:32:31 +0200 |
commit | b8f00b034d00224c9f00d6791bcfabbd24dad628 (patch) | |
tree | 2c8d3d75c6095dcc79712f328b75473cc093aa2e /actionview | |
parent | c967c5eb8331569f69de4f04b5a73f2a8923565b (diff) | |
parent | aa1f53f3c7033ce271e2f8fefc4e7328e8c2f910 (diff) | |
download | rails-b8f00b034d00224c9f00d6791bcfabbd24dad628.tar.gz rails-b8f00b034d00224c9f00d6791bcfabbd24dad628.tar.bz2 rails-b8f00b034d00224c9f00d6791bcfabbd24dad628.zip |
Merge pull request #21389 from Gaurav2728/gaurav-unused_require_file
no more require minitest mock here
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/test/template/url_helper_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/test/template/url_helper_test.rb b/actionview/test/template/url_helper_test.rb index 416d30938a..027b72b354 100644 --- a/actionview/test/template/url_helper_test.rb +++ b/actionview/test/template/url_helper_test.rb @@ -1,5 +1,4 @@ require 'abstract_unit' -require 'minitest/mock' class UrlHelperTest < ActiveSupport::TestCase |