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 #455

Merged
merged 1 commit into from
May 7, 2019
Merged

Conversation

n-b
Copy link
Contributor

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

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)

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)
@n-b n-b merged commit feb1c36 into master May 7, 2019
@n-b n-b deleted the fix-rspec-messing-with-console branch May 7, 2019 13:05
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

1 participant