diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2018-04-07 22:30:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 22:30:48 -0500 |
commit | 8a2f4a212ac5b68cc37050f56a50cae689259920 (patch) | |
tree | fed0f0eae57b55f0f8ffc655b933a20cb7321f03 /actioncable | |
parent | a7491b73f830be093fd35740c377d65235078321 (diff) | |
parent | 1cc282db7dea1b6eba2132775a17d980e40eee23 (diff) | |
download | rails-8a2f4a212ac5b68cc37050f56a50cae689259920.tar.gz rails-8a2f4a212ac5b68cc37050f56a50cae689259920.tar.bz2 rails-8a2f4a212ac5b68cc37050f56a50cae689259920.zip |
Merge pull request #32486 from floehopper/mocha-updates
Mocha updates
Diffstat (limited to 'actioncable')
-rw-r--r-- | actioncable/test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/test_helper.rb b/actioncable/test/test_helper.rb index 2a4611fb37..2f186b7193 100644 --- a/actioncable/test/test_helper.rb +++ b/actioncable/test/test_helper.rb @@ -4,7 +4,7 @@ require "action_cable" require "active_support/testing/autorun" require "puma" -require "mocha/setup" +require "mocha/minitest" require "rack/mock" begin |