Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Resolve mocha deprecation warning
Browse files Browse the repository at this point in the history
Mocha deprecation warning at test_helper.rb:7 `require':
Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of
'mocha/setup'.
  • Loading branch information
mriddle committed Apr 1, 2020
1 parent 896de19 commit 7196931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'minitest/autorun'
require 'minitest/rg'
require 'minitest/line/describe_track'
require 'mocha/setup'
require 'mocha/minitest'
require 'global_uid'
require 'phenix'
require 'pry'
Expand Down

0 comments on commit 7196931

Please sign in to comment.