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 3c42bd2 commit a8a5c95Copy full SHA for a8a5c95
spec/shell/html_spec.rb
@@ -6,7 +6,7 @@ def shell
6
end
7
8
describe "#say" do
9
- it "set the color if specified" do
+ it "sets the color if specified" do
10
out = capture(:stdout) { shell.say "Wow! Now we have colors!", :green }
11
expect(out.chomp).to eq('<span style="color: green;">Wow! Now we have colors!</span>')
12
0 commit comments