Skip to content

Commit 91b97bc

Browse files
committed
Fixes typo in runner_spec.rb
1 parent 65f0044 commit 91b97bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/runner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def when_no_thorfiles_exist
2828
expect(content).to match(/zoo\s+# zoo around/m)
2929
end
3030

31-
it "shows information about a specific command from an specific Thor class" do
31+
it "shows information about a specific command from a specific Thor class" do
3232
content = capture(:stdout) { Thor::Runner.start(["help", "my_script:zoo"]) }
3333
expect(content).to match(/zoo around/)
3434
expect(content).not_to match(/help \[COMMAND\]/)

0 commit comments

Comments
 (0)