rspec-example_steps
rspec-example_steps copied to clipboard
Use a separate formatter instead of monkey patching RSpec
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
This is so much better and fixes my load-order issue.. Please merge it.
Where are specs?
But generally it is good idea. I'll check it soon...