diff options
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
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 |