File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def hello
98
98
end
99
99
100
100
describe "#remove_argument" do
101
- it "removes previous defined arguments from class" do
101
+ it "removes previously defined arguments from class" do
102
102
expect ( ClearCounter . arguments ) . to be_empty
103
103
end
104
104
@@ -119,15 +119,15 @@ def hello
119
119
@content = capture ( :stdout ) { MyCounter . help ( Thor ::Base . shell . new ) }
120
120
end
121
121
122
- it "shows options description" do
122
+ it "shows option's description" do
123
123
expect ( @content ) . to match ( /# The third argument/ )
124
124
end
125
125
126
126
it "shows usage with banner content" do
127
127
expect ( @content ) . to match ( /\[ \- \- third=THREE\] / )
128
128
end
129
129
130
- it "shows default values below description " do
130
+ it "shows default values below descriptions " do
131
131
expect ( @content ) . to match ( /# Default: 3/ )
132
132
end
133
133
You can’t perform that action at this time.
0 commit comments