-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
I encountered an issue with this gem that running require 'rspec/core' before loading user's RSpec configuration will cause the following warning:
irb: warn: can't alias context from irb_context.
| require "rspec/core" |
To reproduce this, try the following command with this gem:
$ bin/rails c -e test
Loading test environment (Rails 7.0.4)
irb: warn: can't alias context from irb_context.
irb(main):001:0>
I think this is a same issue with as follows, but I don't know how to workaround this on ci_logger gem.
- Add
require: falseto Gemfile example sj26/rspec_junit_formatter#101 - Add
require: falseto Gemfile example NoRedInk/rspec-retry#123
So, can you please fix this in some appropriate way @willnet? This issue is also occurring in the Rails app of the company we participate in.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels