Sha256: a855c7a9853fb7da96c78d1bf3f57d7852d3ace1bba2d9770969d3444a80d6a0
Contents?: true
Size: 432 Bytes
Versions: 4
Compression:
Stored size: 432 Bytes
Contents
# frozen_string_literal: true require 'simplecov' SimpleCov.start require 'bundler/setup' require 'sound_io' 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
4 entries across 4 versions & 1 rubygems