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 65f0044 commit 91b97bcCopy full SHA for 91b97bc
spec/runner_spec.rb
@@ -28,7 +28,7 @@ def when_no_thorfiles_exist
28
expect(content).to match(/zoo\s+# zoo around/m)
29
end
30
31
- it "shows information about a specific command from an specific Thor class" do
+ it "shows information about a specific command from a specific Thor class" do
32
content = capture(:stdout) { Thor::Runner.start(["help", "my_script:zoo"]) }
33
expect(content).to match(/zoo around/)
34
expect(content).not_to match(/help \[COMMAND\]/)
0 commit comments