issues
search
rails
/
jbuilder
Jbuilder: generate JSON objects with a Builder-style DSL
MIT License
4.34k
stars
440
forks
source link
Test helper: Use new Mocha setup method
#482
Closed
olleolleolle
closed
4 years ago
olleolleolle
commented
4 years ago
This PR changes how Mocha is set up in the test helper.
this avoids this warning: Require 'mocha/test_unit', 'mocha/minitest' or 'mocha/api' instead of 'mocha/setup'
This PR changes how Mocha is set up in the test helper.