mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
FIX: Broken spec from @coding-horror
This commit is contained in:
parent
d4f3f894f4
commit
4eb1288dba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user