mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
spec_helper: don't truncate output expectations.
It's really useful to be able to see the full output particularly when a backtrace is in it.
This commit is contained in:
parent
97645d061d
commit
0c216bc5b8
@ -43,6 +43,10 @@ RSpec.configure do |config|
|
||||
|
||||
config.filter_run_when_matching :focus
|
||||
|
||||
config.expect_with :rspec do |c|
|
||||
c.max_formatted_output_length = nil
|
||||
end
|
||||
|
||||
config.include(FileUtils)
|
||||
|
||||
config.include(RuboCop::RSpec::ExpectOffense)
|
||||
|
Loading…
x
Reference in New Issue
Block a user