aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-08-27 13:32:31 +0200
committerYves Senn <yves.senn@gmail.com>2015-08-27 13:32:31 +0200
commitb8f00b034d00224c9f00d6791bcfabbd24dad628 (patch)
tree2c8d3d75c6095dcc79712f328b75473cc093aa2e /actionview
parentc967c5eb8331569f69de4f04b5a73f2a8923565b (diff)
parentaa1f53f3c7033ce271e2f8fefc4e7328e8c2f910 (diff)
downloadrails-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.rb1
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