aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-08-29 22:43:22 +0000
committerfrancis <francis>2008-08-29 22:43:22 +0000
commitd0b95d959848bb6b0977c5366b3fbf069303609f (patch)
tree66c5bdcce8b59320bfad0591a45d9b7fed5a782a
parentc717171802ee6b82eb9926ecd84295445f7cedcb (diff)
Remove debugging.
-rw-r--r--spec/controllers/request_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index d6856d421..fb80ef1ee 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -437,7 +437,7 @@ describe RequestController, "comment alerts" do
# XXX check mail_url here somehow, can't call comment_url like this:
# mail_url.should == comment_url(comments(:silly_comment))
- STDERR.puts mail.body
+ #STDERR.puts mail.body
end
end