spec/spec_helper.rb in danger-xcode_summary-0.5.3 vs spec/spec_helper.rb in danger-xcode_summary-1.0.0
- old
+ new
@@ -16,9 +16,12 @@
# Use coloured output, it's the best.
RSpec.configure do |config|
config.filter_gems_from_backtrace 'bundler'
config.color = true
config.tty = true
+ config.expect_with :rspec do |c|
+ c.max_formatted_output_length = nil # n is number of lines, or nil for no truncation.
+ end
end
# These functions are a subset of https://github.com/danger/danger/blob/master/spec/spec_helper.rb
# If you are expanding these files, see if it's already been done ^.