aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-09 01:01:35 +0000
committerfrancis <francis>2008-05-09 01:01:35 +0000
commita70d769432835fe48b4cdd21dfd6cde259dc19a3 (patch)
treed1871818520bef66f4eb1885402cc5120c3c5179 /spec/controllers/user_controller_spec.rb
parent9f5a6371ddb618eba3586bb228ca2db1633034b3 (diff)
Test update.
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r--spec/controllers/user_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb
index 96b9fcdfd..bc1c159a5 100644
--- a/spec/controllers/user_controller_spec.rb
+++ b/spec/controllers/user_controller_spec.rb
@@ -151,7 +151,7 @@ describe UserController, "when signing up" do
deliveries = ActionMailer::Base.deliveries
deliveries.size.should == 1
- deliveries[0].body.should include("never give away or sell")
+ deliveries[0].body.should include("not reveal your email")
end
it "should send special 'already signed up' mail if you fill the form in with existing registered email " do