aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
diff options
context:
space:
mode:
authorfrancis <francis>2009-10-04 21:42:07 +0000
committerfrancis <francis>2009-10-04 21:42:07 +0000
commit661e12a398e5b081abf4a6232498eb20a20eaf72 (patch)
treea172fc96ee2e7a6e1129c38c539f4299c32f3bf3 /spec/controllers/request_controller_spec.rb
parent99fbf59308f4dada8e3ff3c4a390723a5759741a (diff)
Change formatting of outgoing emails.
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r--spec/controllers/request_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index e8c4e8ba0..65ee8684b 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -314,6 +314,7 @@ describe RequestController, "when creating a new request" do
deliveries.size.should == 1
mail = deliveries[0]
mail.body.should =~ /This is a silly letter. It is too short to be interesting./
+ STDERR.puts "=====" + mail.body + "======"
response.should redirect_to(:action => 'show', :url_title => ir.url_title)
end