From 96ff1f26d610393b0e6cfc177d98039820fcf0da Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Wed, 10 Mar 2010 03:15:46 +0000 Subject: Slight comment change --- spec/controllers/user_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/controllers/user_controller_spec.rb') 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 -- cgit v1.2.3