2016-01-26 10:14:32 +00:00
|
|
|
require 'support/controller_helpers'
|
|
|
|
|
2015-10-12 03:26:48 +00:00
|
|
|
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
|
2015-10-19 07:23:07 +00:00
|
|
|
end
|