Sha256: 8b932bfcfbf0fb783fbd3a4515efac6e95b0ec031628b4c0072360dab017e93b

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

require 'bundler/setup'
require 'human_duration'

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

4 entries across 4 versions & 1 rubygems

Version Path
human_duration-2.0.1 spec/spec_helper.rb
human_duration-2.0.0 spec/spec_helper.rb
human_duration-1.0.1 spec/spec_helper.rb
human_duration-1.0.0 spec/spec_helper.rb