Skip to content

Commit

Permalink
Fixes error in shell/html_spec.rb wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rthbound committed Jun 25, 2013
1 parent 3c42bd2 commit a8a5c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shell/html_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def shell
end

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

0 comments on commit a8a5c95

Please sign in to comment.