diff options
author | Gaurav Sharma <gaurav2728@gmail.com> | 2015-08-27 01:36:10 +0530 |
---|---|---|
committer | Gaurav Sharma <gaurav2728@gmail.com> | 2015-08-27 02:14:30 +0530 |
commit | aa1f53f3c7033ce271e2f8fefc4e7328e8c2f910 (patch) | |
tree | 5277af98ccb70ecec7e137c32af91d61dd137c27 /actionview | |
parent | d47438745e34d75e03347b54b604b71b7a92c3ac (diff) | |
download | rails-aa1f53f3c7033ce271e2f8fefc4e7328e8c2f910.tar.gz rails-aa1f53f3c7033ce271e2f8fefc4e7328e8c2f910.tar.bz2 rails-aa1f53f3c7033ce271e2f8fefc4e7328e8c2f910.zip |
no more require minitest mock
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 |