diff --git a/spec/mailers/mailer_spec.rb b/spec/mailers/mailer_spec.rb index 8777ea3..d435da0 100644 --- a/spec/mailers/mailer_spec.rb +++ b/spec/mailers/mailer_spec.rb @@ -4,6 +4,7 @@ describe Mailer do context "Err Notification" do include EmailSpec::Helpers include EmailSpec::Matchers + Mailer.send :helper, ActionMailer::InlineCssHelper before do @notice = Factory(:notice, :message => "class < ActionController::Base") @@ -13,11 +14,6 @@ describe Mailer do it "should html-escape the notice's message for the html part" do @email.should have_body_text("class < ActionController::Base") end - - it "should inline css" do - @email.should have_body_text '