We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bd613 commit cd8bf2fCopy full SHA for cd8bf2f
spec/thor_spec.rb
@@ -214,7 +214,7 @@ def boring(*args)
214
expect(capture(:stdout) { MyScript.start(["help"]) }).not_to match(/this is hidden/m)
215
end
216
217
- it "but the command is still invokcable not show the command in help" do
+ it "but the command is still invokable, does not show the command in help" do
218
expect(MyScript.start(["hidden", "yesyes"])).to eq(["yesyes"])
219
220
0 commit comments