Sha256: 2c346d278bb8bca2938b4d238f6526ede9ca4b5696643a20adb32c0fef3658cf
Contents?: true
Size: 365 Bytes
Versions: 5
Compression:
Stored size: 365 Bytes
Contents
require "bundler/setup" require "intercept" 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
intercept-0.2.5 | spec/spec_helper.rb |
intercept-0.2.2 | spec/spec_helper.rb |
intercept-0.2.1 | spec/spec_helper.rb |
intercept-0.2.0 | spec/spec_helper.rb |
intercept-0.1.0 | spec/spec_helper.rb |