Skip to content

Commit

Permalink
Merge pull request #482 from olleolleolle/avoid-mocha-depr-warning
Browse files Browse the repository at this point in the history
Test helper: Use new Mocha setup method
  • Loading branch information
kaspth authored Mar 17, 2020
2 parents 2cb1ac0 + 374a7f3 commit 2dd7846
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 @@ -11,7 +11,7 @@
require "jbuilder"

require "active_support/testing/autorun"
require "mocha/setup"
require "mocha/minitest"

ActiveSupport.test_order = :random

Expand Down

0 comments on commit 2dd7846

Please sign in to comment.