Skip to content

Commit 65f0044

Browse files
committed
Fixes spelling and such in base_spec.rb
1 parent e16b807 commit 65f0044

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/base_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def hello
9898
end
9999

100100
describe "#remove_argument" do
101-
it "removes previous defined arguments from class" do
101+
it "removes previously defined arguments from class" do
102102
expect(ClearCounter.arguments).to be_empty
103103
end
104104

@@ -119,15 +119,15 @@ def hello
119119
@content = capture(:stdout) { MyCounter.help(Thor::Base.shell.new) }
120120
end
121121

122-
it "shows options description" do
122+
it "shows option's description" do
123123
expect(@content).to match(/# The third argument/)
124124
end
125125

126126
it "shows usage with banner content" do
127127
expect(@content).to match(/\[\-\-third=THREE\]/)
128128
end
129129

130-
it "shows default values below description" do
130+
it "shows default values below descriptions" do
131131
expect(@content).to match(/# Default: 3/)
132132
end
133133

0 commit comments

Comments
 (0)