master
1require "bundler/setup"
2require "ghetto/blaster"
3
4RSpec.configure do |config|
5 # Enable flags like --only-failures and --next-failure
6 config.example_status_persistence_file_path = ".rspec_status"
7
8 # Disable RSpec exposing methods globally on `Module` and `main`
9 config.disable_monkey_patching!
10
11 config.expect_with :rspec do |c|
12 c.syntax = :expect
13 end
14end