Sha256: 30b9ebc774c65bde69183858fe9eb5d756ef6be2abd3a70d6b756fa82d7196a2

Contents?: true

Size: 520 Bytes

Versions: 3

Compression:

Stored size: 520 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

3 entries across 3 versions & 1 rubygems

Version Path
raygun4ruby-3.2.6 spec/spec_helper.rb
raygun4ruby-3.2.5.pre spec/spec_helper.rb
raygun4ruby-3.2.4 spec/spec_helper.rb