Skip to content

Commit

Permalink
spec helper config
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 13, 2024
1 parent 3531332 commit c302ed2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# frozen_string_literal: true

require 'sheet_zoukas'
require 'simplecov'
require 'vcr'
require 'webmock/rspec'

require 'byebug'

SimpleCov.start do
enable_coverage :branch
add_filter 'spec/'
end

require 'byebug'
require 'sheet_zoukas'
require 'vcr'
require 'webmock/rspec'

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
config.example_status_persistence_file_path = '.rspec_status'
Expand Down

0 comments on commit c302ed2

Please sign in to comment.