Skip to content

Commit 374a7f3

Browse files
committed
Test helper: Use new Mocha setup method
- this avoids this warning: Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of 'mocha/setup'
1 parent 187ee76 commit 374a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
require "jbuilder"
1212

1313
require "active_support/testing/autorun"
14-
require "mocha/setup"
14+
require "mocha/minitest"
1515

1616
ActiveSupport.test_order = :random
1717

0 commit comments

Comments
 (0)