You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the rails console in my development environment, I get a warning saying irb: warn: can't alias context from irb_context. I've isolated it to this gem (currently running 1.3.0). I'm guessing this is related to this previously resolved issue from rspec-rails:
I'd suggest this is because you are requiring rspec/its in your development environment and not limiting it to test like rspec/core. Unlike rspec-rails this gem does not need to be loaded in the development environment, so changing your bundle grouping should remove the warning.
Ah, thanks @JonRowe! I was wondering about that while I was doing my testing. Do you know why rspec-rails needs to be included in the development environment? And why are the other gems you mentioned different?
When I run the rails console in my development environment, I get a warning saying
irb: warn: can't alias context from irb_context.
I've isolated it to this gem (currently running 1.3.0). I'm guessing this is related to this previously resolved issue from rspec-rails:rspec/rspec-rails#1645
The text was updated successfully, but these errors were encountered: