We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e790841 commit 9d6986fCopy full SHA for 9d6986f
spec/spec_helper.rb
@@ -30,17 +30,14 @@ def self.run_all(reporter = nil)
30
RSpec.configure do |config|
31
config.expect_with :rspec do |expectations|
32
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
33
+ expectations.max_formatted_output_length = 1000
34
end
35
36
config.mock_with :rspec do |mocks|
37
mocks.verify_partial_doubles = true
38
mocks.verify_doubled_constant_names = true
39
40
- config.expect_with :rspec do |c|
41
- c.max_formatted_output_length = 1000
42
- end
43
-
44
config.filter_run :focus
45
config.run_all_when_everything_filtered = true
46
0 commit comments