X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..2d915b0e244d9507e8a642e39e451120c222640d:/test/test_helper.rb?ds=inline diff --git a/test/test_helper.rb b/test/test_helper.rb index 552bda7d5..02f9665d7 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,7 +5,6 @@ ENV["RAILS_ENV"] = "test" require File.expand_path("../../config/environment", __FILE__) require "rails/test_help" require "webmock/minitest" -require "minitest/rails/capybara" module ActiveSupport class TestCase