spec/spec_helper.rb in cukedep-0.0.8 vs spec/spec_helper.rb in cukedep-0.1.03
- old
+ new
@@ -10,9 +10,10 @@
RSpec.configure do |config|
config.expect_with :rspec do |c|
# Disable the `should` syntax...
c.syntax = :expect
end
+ config.full_backtrace = true
end
# End of file