rspec_formatters icon indicating copy to clipboard operation
rspec_formatters copied to clipboard

RSpec 3 compliance

Open mrerrormessage opened this issue 10 years ago • 4 comments

Hi, we're looking to use rspec3 on a new project and want the JUnitFormatter to work with a zero exit status. The formatter API has changed, but it wasn't too hard to get the code here working with it. Let me know if you have any issues or want things done differently.

mrerrormessage avatar Mar 26 '14 20:03 mrerrormessage

Thanks for working on updating your formatters! Just a heads up...there will probably be a few more changes before 3.0 RC (the next release, due pretty soon) and then we'll keep the API very stable for a long time. @JonRowe is focused on formatter improvements and I know he'd be happy to help :).

myronmarston avatar Mar 28 '14 01:03 myronmarston

Thanks @JonRowe and @myronmarston for taking a look! Looking again at the formatters, I don't believe they need to subclass rspec formatters any more, so I will see if I can remove that to simplify the code a little bit. Very much looking forward to the next RC for RSpec 3!

mrerrormessage avatar Mar 28 '14 02:03 mrerrormessage

@myronmarston / @mrerrormessage - any update on this PR? Updating to 4.2 and RSpec 3, but definitely need JUnit parsing support for CI. Thanks!

booleanbetrayal avatar Jan 20 '15 15:01 booleanbetrayal

@myronmarston / @mrerrormessage - any update on this PR? Updating to 4.2 and RSpec 3, but definitely need JUnit parsing support for CI. Thanks!

No update from me. I'm not involved in this repo at all, but can answer RSpec questions or provide general advice.

myronmarston avatar Jan 21 '15 05:01 myronmarston