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

Use a separate formatter instead of monkey patching RSpec #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iain
Copy link

@iain iain commented Sep 8, 2016

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

The monkey patch will wreak havoc when using preloaders like Spring.

To get the specialized formatter, specify it as:

    rspec --format RSpec::ExampleSteps::Formatter
@Timbus
Copy link

Timbus commented Dec 1, 2016

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

@ayanko
Copy link
Member

ayanko commented Dec 2, 2016

Where are specs?

@ayanko
Copy link
Member

ayanko commented Dec 2, 2016

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

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

Successfully merging this pull request may close these issues.

3 participants