Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent 0d3bf2e commit 538e99f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
abort('The Rails environment is running in production mode!') if Rails.env.production?
require 'spec_helper'
require 'rspec/rails'
require 'capybara'
require 'capybara/rails'
require 'capybara/rspec'
require 'selenium-webdriver'

require 'support/capybara'
# Add additional requires below this line. Rails is not loaded until this point!

Expand All @@ -37,7 +32,6 @@
ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|

# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"

Expand Down Expand Up @@ -71,7 +65,4 @@
config.infer_spec_type_from_file_location!
config.filter_rails_from_backtrace!

config.include Rails.application.routes.url_helpers, type: :feature
config.include Capybara::DSL

end

0 comments on commit 538e99f

Please sign in to comment.