Sha256: 9deba52f30ba8f521546fcd4da6b30fda3b458e878e2e836a4d0e06534767368
Contents?: true
Size: 500 Bytes
Versions: 3
Compression:
Stored size: 500 Bytes
Contents
require "bundler/setup" 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-4.0.2 | spec/spec_helper.rb |
raygun4ruby-4.0.1 | spec/spec_helper.rb |
raygun4ruby-4.0.0.pre | spec/spec_helper.rb |