From 85d3e5ea000cf162ef672059ea5e5f77f3ca9f03 Mon Sep 17 00:00:00 2001 From: Jason Morrison Date: Sun, 5 Jun 2011 10:32:36 -0700 Subject: [PATCH] Fixing indentation as suggested by @vjt * Original comment: https://github.com/thoughtbot/shoulda-matchers/commit/267ea998f301396d533b6c4208b6f80a1452e205#commitcomment-415322 --- spec/shoulda/action_mailer/have_sent_email_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/shoulda/action_mailer/have_sent_email_spec.rb b/spec/shoulda/action_mailer/have_sent_email_spec.rb index 3e354a1e..cf452232 100644 --- a/spec/shoulda/action_mailer/have_sent_email_spec.rb +++ b/spec/shoulda/action_mailer/have_sent_email_spec.rb @@ -6,7 +6,7 @@ describe Shoulda::Matchers::ActionMailer::HaveSentEmailMatcher do end context "an email without multiple parts" do - before do + before do define_mailer :mailer, [:the_email] do def the_email mail :from => "do-not-reply@example.com",