-
Notifications
You must be signed in to change notification settings - Fork 12
Use RSpec 3 method of getting parent example group #3
base: master
Are you sure you want to change the base?
Conversation
👍 |
2 similar comments
👍 |
👍 |
Hi @grk – how will this affect people using older versions of |
You can get the rspec version via |
Hm, looks like travis didn't run on this PR. Perhaps the tests should run on circle? :) |
https://github.com/thoughtbot/appraisal could be useful for generating those gemfiles |
It should work fine as is. The rename to A few versions of rspec-core caused some regressions, but those were only briefly alive or RC versions that most people won't be on. |
Actually, this doesn't seem to do the right thing, nor can I repro your problem. This repo currently traverses Can you provide more detail, @grk? |
Can you guys merge this? This problem gives me a broken build:
|
What's the status on this? We've been using @grk's fork for the last few months but would love to see this merged and be able to move back to using master. |
This fork is obsolete now, and we recommend users use the standard rspec_junit_formatter. Is this problem still present in the upstream rspec_junit_formatter project? |
From rspec/rspec-core#1391 the method of extracting parent example group changed.
In latest 3.1.x it started causing the return code to be 1, breaking all specs.