Sha256: 69154ad270a2658d64589a71d51f9f73a67425b1b3f7b7180b81f274e03a4fa0
Contents?: true
Size: 443 Bytes
Versions: 2
Compression:
Stored size: 443 Bytes
Contents
require File.expand_path('../../test_helper', __FILE__) describe TestMailer do it "should inline the css on render" do SexxyEmails::Css.expects(:inline).once TestMailer.basic_css end it "should properly style the paragraph tags" do style = /<p style="font-size: 36px; font-family: Helvetica, sans-serif;">/ assert_match style, TestMailer.basic_css.to_s end it "should add tracking parameters to inbound links" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sexxy-emails-0.0.2 | test/sexxy_emails/basic_mailer_test.rb |
sexxy-emails-0.0.1 | test/sexxy_emails/basic_mailer_test.rb |