Reset "custom internal commands" RSpec.shared_context wording
- I tried this as a previous approach to see if we could enable the rule, but it didn't work, then I forgot about it.
This commit is contained in:
parent
6ada9a9665
commit
9c8ff4c7d6
@ -3,7 +3,7 @@
|
||||
require "commands"
|
||||
|
||||
# These shared contexts starting with `when` don't make sense.
|
||||
RSpec.shared_context "in custom internal commands" do # rubocop:disable RSpec/ContextWording
|
||||
RSpec.shared_context "custom internal commands" do # rubocop:disable RSpec/ContextWording
|
||||
let(:cmds) do
|
||||
[
|
||||
# internal commands
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user