aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-03-10 03:15:46 +0000
committerFrancis Irving <francis@mysociety.org>2010-03-10 03:15:46 +0000
commit96ff1f26d610393b0e6cfc177d98039820fcf0da (patch)
treea1e475bbbab448f02f4e5df3bcc87c98a34f2d3c /spec/controllers/user_controller_spec.rb
parent2734ede2a66553bf29294d64f9c1ed9782324686 (diff)
Slight comment change
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 81333843a..c552c8d41 100644
--- a/spec/controllers/user_controller_spec.rb
+++ b/spec/controllers/user_controller_spec.rb
@@ -338,7 +338,7 @@ describe UserController, "when changing email address" do
assigns[:signchangeemail].errors[:old_email].should_not be_nil
end
- it "should change your email if you get all the details right, and require confirmation" do
+ it "should change your email if you get all the details right, and send confirmation email" do
@user = users(:silly_name_user)
session[:user_id] = @user.id