Skip to content

Commit cd8bf2f

Browse files
committed
Fixes typo in thor_spec.rb
1 parent 51bd613 commit cd8bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/thor_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def boring(*args)
214214
expect(capture(:stdout) { MyScript.start(["help"]) }).not_to match(/this is hidden/m)
215215
end
216216

217-
it "but the command is still invokcable not show the command in help" do
217+
it "but the command is still invokable, does not show the command in help" do
218218
expect(MyScript.start(["hidden", "yesyes"])).to eq(["yesyes"])
219219
end
220220
end

0 commit comments

Comments
 (0)