Sha256: ecd01e3d3bababdf57440dd0a8a255250bdf69b26b9be29fcfa4e703b146b6d8
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
require "bundler/setup" require "reloadable_middleware" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reloadable_middleware-1.0.1 | spec/spec_helper.rb |
reloadable_middleware-1.0.0 | spec/spec_helper.rb |