FIX: Broken spec from @coding-horror

This commit is contained in:
Robin Ward 2014-10-20 17:13:02 -04:00
parent d4f3f894f4
commit 4eb1288dba
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ describe Email::Styles do
expect(style.to_html).to be_blank
end
it "adds a max-width to images" do
# Pending due to email effort @coding-horror made in d2fb2bc4c
pending "adds a max-width to images" do
frag = basic_fragment("<img src='gigantic.jpg'>")
expect(frag.at("img")["style"]).to match("max-width")
end