Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSpec 3 - backtrace_clean_patterns #61

Open
JIAZHEN opened this issue Dec 31, 2014 · 1 comment
Open

RSpec 3 - backtrace_clean_patterns #61

JIAZHEN opened this issue Dec 31, 2014 · 1 comment

Comments

@JIAZHEN
Copy link

JIAZHEN commented Dec 31, 2014

When I try to use specjour, I'm getting

Workers ready: 4
Listening for qa-automation
rsync -aL --delete --ignore-errors --port=23456 192.168.50.79::qa-automation /private/tmp/qa-automation... completed in 13.986203s
before_fork... completed in 0.520666s
/Users/xxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec/runner.rb:2:in `<module:Runner>': undefined method `backtrace_clean_patterns' for #<RSpec::Core::Configuration:0x007fa8ca133920> (NoMethodError)
    from /Users/xxxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec/runner.rb:1:in `<top (required)>'
    from /Users/xxxx/.rbenv/versions/2.0.0-p481/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/xxxx/.rbenv/versions/2.0.0-p481/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/xxxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec.rb:10:in `<module:RSpec>'
    from /Users/xxxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec.rb:2:in `<module:Specjour>'
    from /Users/xxxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/rspec.rb:1:in `<top (required)>'
    from /Users/xxxx/Documents/qa-automation/.bundle/gems/specjour-0.7.0/lib/specjour/loader.rb:84:in `load_app'

Could anyone help please? Thank you!

@hakunin
Copy link

hakunin commented Aug 17, 2017

This was first result on google unfortunatley.

The name has been changed to backtrace_exclusion_patterns here:
https://github.com/rspec/rspec-rails/pull/732/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants