Only allow RSpec's new "expect" syntax
This commit is contained in:
@@ -9,6 +9,8 @@ require 'tempfile'
|
||||
RSpec.configure do |config|
|
||||
config.include TestConstruct::Helpers
|
||||
|
||||
config.expect_with(:rspec) { |c| c.syntax = :expect }
|
||||
|
||||
config.before { ENV['HOME'] = home.to_s }
|
||||
|
||||
config.before { silence! }
|
||||
|
||||
Reference in New Issue
Block a user