Skip to content

Commit a8a5c95

Browse files
committed
Fixes error in shell/html_spec.rb wording
1 parent 3c42bd2 commit a8a5c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/shell/html_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def shell
66
end
77

88
describe "#say" do
9-
it "set the color if specified" do
9+
it "sets the color if specified" do
1010
out = capture(:stdout) { shell.say "Wow! Now we have colors!", :green }
1111
expect(out.chomp).to eq('<span style="color: green;">Wow! Now we have colors!</span>')
1212
end

0 commit comments

Comments
 (0)