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 538e99f commit 6bd1dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "active_record"
require "bullet"
require "webdrivers"

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV['RAILS_ENV'] ||= 'test'
Expand Down
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Capybara.default_max_wait_time = 10

RSpec.configure do |config|
if true
if id_ci
config.before(:each, type: :feature) do
Capybara.default_driver = Capybara.javascript_driver = :selenium_chrome_headless
Capybara.current_driver = :selenium_chrome_headless
Expand Down

0 comments on commit 6bd1dd7

Please sign in to comment.