spec/spec_helper.rb in macros4cuke-0.3.42 vs spec/spec_helper.rb in macros4cuke-0.4.00

- old
+ new

@@ -10,9 +10,12 @@ RSpec.configure do |config| config.expect_with :rspec do |c| # Disable the `should` syntax... c.syntax = :expect end + + # Display stack trace in case of failure + config.full_backtrace = true end # End of file