Sha256: 9308db9b8dc16c5cd8950abe1d71a251b1e2eeb3bf66c8e506ecccf174a5bf50

Contents?: true

Size: 309 Bytes

Versions: 3

Compression:

Stored size: 309 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)
require 'sexxy_emails'
describe SexxyEmails::Css do
  it "should respond to #inline(html, options)" do
    html = "<html><head></head><body></body></html>"
    SexxyEmails::Css.expects(:inline).once.with(html)
    SexxyEmails::Css.inline(html)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sexxy-emails-0.0.6 test/sexxy_emails/css_test.rb
sexxy-emails-0.0.5 test/sexxy_emails/css_test.rb
sexxy-emails-0.0.3 test/sexxy_emails/css_test.rb