Skip to content

Commit

Permalink
Merge pull request #972 from alphagov/fix-deprication-warning
Browse files Browse the repository at this point in the history
Fix deprecated Mocha MiniTest require
  • Loading branch information
andrewgarner authored Jul 19, 2018
2 parents d635312 + 5d51944 commit 16ec064
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 @@ -5,7 +5,7 @@
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'capybara/rails'
require 'mocha/mini_test'
require 'mocha/minitest'
require 'capybara/minitest'
require 'faker'

Expand Down

0 comments on commit 16ec064

Please sign in to comment.