Skip to content

Commit

Permalink
Merge pull request #100 from tvdeyen/fix-spec-for-alchemy-5
Browse files Browse the repository at this point in the history
Remove alchemy controller requests test helper
  • Loading branch information
tvdeyen authored Mar 15, 2020
2 parents 02fc58c + c4c228e commit dff0c4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
require 'rspec/active_model/mocks'
require "capybara/rails"
require 'factory_bot'
require 'alchemy/test_support/controller_requests'
require 'alchemy/test_support/integration_helpers'
require 'alchemy/devise/test_support/factories'

Expand All @@ -29,7 +28,6 @@
config.infer_spec_type_from_file_location!
config.use_transactional_fixtures = true
config.include Devise::TestHelpers, :type => :controller
config.include Alchemy::TestSupport::ControllerRequests, :type => :controller
config.include Alchemy::Engine.routes.url_helpers
config.include FactoryBot::Syntax::Methods
config.include ActiveJob::TestHelper
Expand Down

0 comments on commit dff0c4a

Please sign in to comment.