few components with rspec3 syntax

This commit is contained in:
Luciano Sousa 2015-01-09 13:34:37 -03:00
parent c96220ca76
commit 0fd98b56d8
97 changed files with 1620 additions and 1618 deletions

View file

@ -20,7 +20,7 @@ describe Email::Renderer do
it "escapes HTML entities from text" do
renderer = Email::Renderer.new(message)
renderer.text.should == "Key & Peele"
expect(renderer.text).to eq("Key & Peele")
end
end