Sha256: 89cfd67e45a21d9cc5caec3e3bd95c772d8a1018950fcd869b2648f23a5c13ee
Contents?: true
Size: 458 Bytes
Versions: 54
Compression:
Stored size: 458 Bytes
Contents
require "simplecov" SimpleCov.start do add_filter "/spec/" end require "bundler/setup" require 'rspec/match_fuzzy' require "html2doc" 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
54 entries across 54 versions & 2 rubygems