Sha256: e4c299ed538cb1997092976adc928520104ab767e441c0a736528b15d0950dba

Contents?: true

Size: 496 Bytes

Versions: 6

Compression:

Stored size: 496 Bytes

Contents

#require 'rubygems'

require 'timecop'
require 'webmock/rspec'

# Coverage
require 'simplecov'
SimpleCov.start do
  add_filter '/spec/'
end

require 'support/fake_logger'

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
raygun4ruby-3.2.3 spec/spec_helper.rb
raygun4ruby-3.2.3.pre spec/spec_helper.rb
raygun4ruby-3.2.1 spec/spec_helper.rb
raygun4ruby-3.2.0 spec/spec_helper.rb
raygun4ruby-3.1.1 spec/spec_helper.rb
raygun4ruby-3.1.0 spec/spec_helper.rb