lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-6.6.0 vs lib/rubysmith/templates/%project_name%/spec/spec_helper.rb.erb in rubysmith-6.9.0
- old
+ new
@@ -36,9 +36,10 @@
config.disable_monkey_patching!
config.example_status_persistence_file_path = "./tmp/rspec-examples.txt"
config.filter_run_when_matching :focus
config.formatter = ENV.fetch("CI", false) == "true" ? :progress : :documentation
config.order = :random
+ config.pending_failure_output = :no_backtrace
config.shared_context_metadata_behavior = :apply_to_host_groups
config.warnings = true
config.expect_with :rspec do |expectations|
expectations.syntax = :expect