Fixing indentation as suggested by @vjt

* Original comment: 267ea998f3 (commitcomment-415322)
This commit is contained in:
Jason Morrison 2011-06-05 10:32:36 -07:00
parent 267ea998f3
commit 85d3e5ea00
1 changed files with 1 additions and 1 deletions

View File

@ -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",