X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b617b766abd8df1ec72255f8bd436935a8b40fa..f0bcdae908c67dae7a74ac75be391be446dbdaae:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 0e06c3c9e..02f9665d7 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,11 +5,10 @@ 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 - include FactoryGirl::Syntax::Methods + include FactoryBot::Syntax::Methods ## # takes a block which is executed in the context of a different