Fix test another way
This commit is contained in:
parent
5e6f0d9f1c
commit
e69ffa86b3
|
@ -220,7 +220,6 @@ describe UserNotifications do
|
||||||
html = subject.html_part.body.to_s
|
html = subject.html_part.body.to_s
|
||||||
expect(html).to include 'F0F0F0'
|
expect(html).to include 'F0F0F0'
|
||||||
expect(html).to include '1E1E1E'
|
expect(html).to include '1E1E1E'
|
||||||
expect(html).to include '858585'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it "supports subfolder" do
|
it "supports subfolder" do
|
||||||
|
|
Loading…
Reference in New Issue