metamaps--metamaps/spec/spec_helper.rb
2016-02-08 11:19:38 +08:00

12 lines
283 B
Ruby

require 'support/controller_helpers'
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
end