diff --git a/spec/support/save_feature_failures.rb b/spec/support/save_feature_failures.rb index 432853b6..0cdaf07f 100644 --- a/spec/support/save_feature_failures.rb +++ b/spec/support/save_feature_failures.rb @@ -1,8 +1,5 @@ # frozen_string_literal: true -# Automatically save the page a test fails -Capybara.save_and_open_page_path = Rails.root.join('tmp', 'capybara') - RSpec.configure do |config| config.after(:each, type: :feature) do example_filename = RSpec.current_example.full_description