Setup rspec tests
This commit is contained in:
13
spec/spec_helper.rb
Normal file
13
spec/spec_helper.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require 'uh/wm'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.expect_with :rspec do |expectations|
|
||||
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
||||
end
|
||||
|
||||
config.mock_with :rspec do |mocks|
|
||||
mocks.verify_partial_doubles = true
|
||||
end
|
||||
|
||||
config.disable_monkey_patching!
|
||||
end
|
Reference in New Issue
Block a user