-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
irb: warn: can't alias context from irb_context. #1693
Comments
See this issue: #1645 -- Seems to be fixed in the |
@joelmichael as pointed out by @mrnugget a fix for this is merged, but has not yet been released. |
@samphippen -- thoughts on cutting an rspec-rails 3.5.2 release in the next week? |
@myronmarston I can probably commit to doing it over the coming weekend. If you or @JonRowe can do it sooner that'd be shiny. |
I've just released 3.5.2 |
the problem still persists for me: rails 4.2.7.1
|
It's possible another gem is causing this issue for you, a vanilla rails install at For now I suggest making sure all of your rspec gems are update to date with:
If you can provide a cloneable minimal reproduction repo we'll happily reopen and have a look but for now I'd suggest remove gems one at a time until the console command runs without that warning. |
ok, looks like draftsman gem is the culprit here, warning goes away when i remove it from Gemfile. |
I get this whenever I load a console with rspec 3.5.0 for some reason. Not sure if there is some configuration change possible, but it doesn't happen in 3.4.0, so we rolled back.
The text was updated successfully, but these errors were encountered: