Sha256: f9acd5c23b65c87eec20c69d79a4c8675789ed881464289a39006dfc82e8fc6c

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

require "bundler/setup"
require "covid19/client"

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

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
covid19-cli-0.3.0 spec/spec_helper.rb
covid19-cli-0.2.0 spec/spec_helper.rb