Skip to content

Commit 9c8ff4c

Browse files
authored
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.
1 parent 6ada9a9 commit 9c8ff4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/test/commands_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "commands"
44

55
# These shared contexts starting with `when` don't make sense.
6-
RSpec.shared_context "in custom internal commands" do # rubocop:disable RSpec/ContextWording
6+
RSpec.shared_context "custom internal commands" do # rubocop:disable RSpec/ContextWording
77
let(:cmds) do
88
[
99
# internal commands

0 commit comments

Comments
 (0)