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
This issue has been closed automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
When I use fuubar in a Rails project by including fuubar in my Gemfile:
I get a warning "irb: warn: can't alias context from irb_context." when I run
bundle exec rails c
I believe this started after upgrading to RSpec 3. It's similar to this issue in PaperTrail paper-trail-gem/paper_trail#381
This could be fixed by removing the first line:
from
fuubar.rb
A work-around until this fix is applied is to change the fuubar gem line to
I just realized this can also be fixed by putting the fuubar gem line in the test group
The text was updated successfully, but these errors were encountered: