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 cb47e1c commit 51bd613Copy full SHA for 51bd613
spec/thor_spec.rb
@@ -164,7 +164,7 @@ def boring(*args)
164
expect(MyScript.start(["-T", "fish"])).to eq(["fish"])
165
end
166
167
- it "calls the alias of a method if several are provided via .map" do
+ it "calls the alias of a method if several are provided via #map" do
168
expect(MyScript.start(["-f", "fish"])).to eq(["fish", {}])
169
expect(MyScript.start(["--foo", "fish"])).to eq(["fish", {}])
170
0 commit comments