rspec-example_steps icon indicating copy to clipboard operation
rspec-example_steps copied to clipboard

Use a separate formatter instead of monkey patching RSpec

Open iain opened this issue 9 years ago • 3 comments

The monkey patch will wreak havoc when using preloaders like Spring. The cleanest way I could find to fix it was to make the formatter seperate from the documentation formatter and using it explicitly.

To get the specialized formatter, specify it as:

rspec --format RSpec::ExampleSteps::Formatter

iain avatar Sep 08 '16 15:09 iain

This is so much better and fixes my load-order issue.. Please merge it.

Timbus avatar Dec 01 '16 21:12 Timbus

Where are specs?

ayanko avatar Dec 02 '16 17:12 ayanko

But generally it is good idea. I'll check it soon...

ayanko avatar Dec 02 '16 17:12 ayanko