Skip to content

Commit

Permalink
Remove spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed Nov 15, 2024
1 parent 201edf6 commit 1742d22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
require "rspec/rails"
require "selenium-webdriver"

require "support/capybara_utils"

%i[firefox firefox_headless].each do |driver|
Capybara.register_driver driver do |app|
args = ["--headless"] if driver == :firefox_headless
Expand All @@ -26,7 +24,6 @@
Kernel.srand config.seed

config.include Capybara::DSL, type: :system
config.include CapybaraUtils, type: :system

config.disable_monkey_patching!
config.filter_rails_from_backtrace!
Expand Down
9 changes: 0 additions & 9 deletions spec/support/capybara_utils.rb

This file was deleted.

0 comments on commit 1742d22

Please sign in to comment.