Sha256: f078f5011ace64bcd90979e9059e4a40916b0e1f94c6f5b12906012bb760be53
Contents?: true
Size: 369 Bytes
Versions: 15
Compression:
Stored size: 369 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true 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
15 entries across 15 versions & 2 rubygems