X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..9f65820336f24c88d5151b568e66dc4d8ebc058d:/test/test_helper.rb 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