Sha256: f7c041b5cdade9dc10a75a1482c5715ff66ae6c62162ff216bada8babca36678
Contents?: true
Size: 394 Bytes
Versions: 301
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true require "<%= config[:namespaced_path] %>" 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
301 entries across 301 versions & 6 rubygems