diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-03 18:41:47 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-03 18:41:47 +0000 |
commit | 6b790cc3291018bfe41c88e1ae88c1d9a0c650f1 (patch) | |
tree | 8147924edf5f22a101eedcca8a3c21dab53d7737 /spec/controllers/user_controller_spec.rb | |
parent | c5b957e91c9a1c974c7725deb7914058b0fd334d (diff) |
Eliminate trailing spaces in test names
Really, what was that about?
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 1a701ad43..fbe33c529 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -233,7 +233,7 @@ describe UserController, "when signing up" do deliveries[0].body.should include("No revelaremos su dirección de correo") end - it "should send special 'already signed up' mail if you fill the form in with existing registered email " do + it "should send special 'already signed up' mail if you fill the form in with existing registered email" do post :signup, { :user_signup => { :email => 'silly@localhost', :name => 'New Person', :password => 'sillypassword', :password_confirmation => 'sillypassword' } } |