Skip to content

Commit

Permalink
Merge pull request padrino#2234 from olleolleolle/avoid-warning-in-mocha
Browse files Browse the repository at this point in the history
Avoid mocha warning in tests
  • Loading branch information
nesquena committed Dec 17, 2020
2 parents 326a309 + 8a701e0 commit 9b89294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padrino-helpers/test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'minitest/autorun'
require 'minitest/pride'
require 'mocha/setup'
require 'mocha/minitest'
require 'rack/test'
require 'builder'
require 'padrino-helpers'
Expand Down

0 comments on commit 9b89294

Please sign in to comment.