We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7069b commit 093afbaCopy full SHA for 093afba
spec/addons/email/mailer/build_spec.rb
@@ -88,11 +88,6 @@
88
html.should include("まつもとゆきひろ a.k.a. Matz")
89
end
90
91
- it 'includes the build footer' do
92
- email.deliver # inline css interceptor is called before delivery.
93
- email.html_part.decoded.should =~ %r(<div class="tiny-footer">)
94
- end
95
-
96
describe 'with the footer disabled' do
97
before do
98
Travis.config.build_email_footer = false
0 commit comments