few components with rspec3 syntax
This commit is contained in:
parent
c96220ca76
commit
0fd98b56d8
97 changed files with 1620 additions and 1618 deletions
|
@ -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
|
||||
|
|
Reference in a new issue