diff --git a/spec/shell/html_spec.rb b/spec/shell/html_spec.rb index b32f72c0e..bd15831cb 100644 --- a/spec/shell/html_spec.rb +++ b/spec/shell/html_spec.rb @@ -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('Wow! Now we have colors!') end