Sha256: 8879b4a68cef5eb2f6f04eb8c1704319594992c8fe8df89062d1f85c7f907ac4

Contents?: true

Size: 287 Bytes

Versions: 2

Compression:

Stored size: 287 Bytes

Contents

require File.expand_path('../../test_helper', __FILE__)

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

2 entries across 2 versions & 1 rubygems

Version Path
sexxy-emails-0.0.2 test/sexxy_emails/css_test.rb
sexxy-emails-0.0.1 test/sexxy_emails/css_test.rb