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

Fix irb_context in rails console #3889

Merged
merged 1 commit into from
May 20, 2019
Merged

Conversation

n-b
Copy link
Contributor

@n-b n-b commented May 20, 2019

Don’t require the rspec_junit_formatter gem, it’s only needed when running tests (for circleci).

It messes with the console, when running rails c it causes this warning:

irb: warn: can't alias context from irb_context

This is related to rspec monkey patching a context method on Object (rspec/rspec-rails#1645)

Don’t require rspec_junit_formatter gem
It’s only needed when running tests (for circleci).
It messes with the console, when running `rails c` it causes this warning:
```
irb: warn: can't alias context from irb_context
```
This is related to rspec monkey_patching a `context` method on `Object` (rspec/rspec-rails#1645)
@kemenaran kemenaran merged commit 5fdb8eb into dev May 20, 2019
@kemenaran kemenaran deleted the fix-rspec-messing-with-console branch May 20, 2019 08:46
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.

None yet

2 participants