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

Stacktrace on Jenkins spec fail shows error message twice #151

Open
vonufryk opened this issue Oct 8, 2014 · 0 comments
Open

Stacktrace on Jenkins spec fail shows error message twice #151

vonufryk opened this issue Oct 8, 2014 · 0 comments

Comments

@vonufryk
Copy link

vonufryk commented Oct 8, 2014

I'm not sure if this is a bug or how it should be implemented, but on Jenkins when I have fail spec, I see my custom error message for matcher doubled in stacktrace:

Error Message

Expected maximum calls fired not more 15....

Stacktrace

Expected maximum calls fired not more 15.
Expected: 15
Actual: 18
Test page: http://somepage.com/1/2/3 (RSpec::Expectations::ExpectationNotMetError)
Expected maximum calls fired not more 15.
Expected: 15
Actual: 18
Test page: http://somepage.com/1/2/3
     ./spec/support/calls_shared.rb:54:in `block (2 levels) in <top (required)>'    

Standard Output

<my output>


Standard Error

Is that the correct behaviour?
If yes, how can I change it?

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

No branches or pull requests

2 participants