Sha256: 88cf624e1ecdf5d1e51c43f47d5026b663e4fb3be8a48f9bb65c0c7be936957c

Contents?: true

Size: 379 Bytes

Versions: 6

Compression:

Stored size: 379 Bytes

Contents

require 'bundler/setup'
require 'covid19'

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

6 entries across 6 versions & 1 rubygems

Version Path
covid19-1.0.1 spec/spec_helper.rb
covid19-1.0.0 spec/spec_helper.rb
covid19-0.1.3 spec/spec_helper.rb
covid19-0.1.2 spec/spec_helper.rb
covid19-0.1.1 spec/spec_helper.rb
covid19-0.1.0 spec/spec_helper.rb