We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RSpec.shared_context
1 parent 6ada9a9 commit 9c8ff4cCopy full SHA for 9c8ff4c
Library/Homebrew/test/commands_spec.rb
@@ -3,7 +3,7 @@
3
require "commands"
4
5
# These shared contexts starting with `when` don't make sense.
6
-RSpec.shared_context "in custom internal commands" do # rubocop:disable RSpec/ContextWording
+RSpec.shared_context "custom internal commands" do # rubocop:disable RSpec/ContextWording
7
let(:cmds) do
8
[
9
# internal commands
0 commit comments