Skip to content

Commit

Permalink
backtrace_clean_patterns is now backtrace_exclusion_patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Jun 16, 2014
1 parent 0c4636d commit e86a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -23,7 +23,7 @@
c.alias_example_to :fit, :focused => true
c.filter_run :focused => true
c.run_all_when_everything_filtered = true
c.backtrace_clean_patterns.clear
c.backtrace_exclusion_patterns = []

c.include Travis::Support::Testing::Webmock

Expand Down

0 comments on commit e86a724

Please sign in to comment.