Skip to content

Commit

Permalink
Merge pull request #82 from yahonda/address_mocha_warning
Browse files Browse the repository at this point in the history
Address `Mocha deprecation warning` since Mocha 1.10.0
  • Loading branch information
nesquena committed Apr 28, 2021
2 parents 07412c6 + f069fcf commit 08bb108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -7,7 +7,7 @@
require 'beaneater'
require 'timeout'
begin
require 'mocha/setup'
require 'mocha/minitest'
rescue LoadError
require 'mocha'
end
Expand Down

0 comments on commit 08bb108

Please sign in to comment.