Skip to content

Commit

Permalink
Merge pull request #1548 from ddollar/remove-deprecated-backtrace-cle…
Browse files Browse the repository at this point in the history
…aner

remove use of deprecated backtrace_clean_patterns
  • Loading branch information
JonRowe committed May 23, 2014
2 parents 33b5c84 + b0a653e commit 7cc8535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec/core/mocking/with_rr.rb
@@ -1,6 +1,6 @@
require 'rr'

RSpec.configuration.backtrace_clean_patterns.push(RR::Errors::BACKTRACE_IDENTIFIER)
RSpec.configuration.backtrace_exclusion_patterns.push(RR::Errors::BACKTRACE_IDENTIFIER)

module RSpec
module Core
Expand Down

0 comments on commit 7cc8535

Please sign in to comment.