aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-06-20 10:59:54 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-06-20 10:59:54 +0100
commit7d0fea4b38c214a67b2fc4b56aa670e02a3cda61 (patch)
tree85e77cf7ba0656efbacf1497baff2ef96887bd3b /spec/controllers/user_controller_spec.rb
parent6ef57090e436e01bc5de801bc7acb6bfadb5c490 (diff)
parent6c4c822ef7a4491bf821326af779e5be9118c0a1 (diff)
Merge branch 'master' into develop
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 7a6c9ac0d..32398c053 100644
--- a/spec/controllers/user_controller_spec.rb
+++ b/spec/controllers/user_controller_spec.rb
@@ -265,7 +265,7 @@ describe UserController, "when signing up" do
deliveries = ActionMailer::Base.deliveries
deliveries.size.should == 1
- deliveries[0].body.should include("No revelaremos su dirección de correo")
+ deliveries[0].body.should include("No revelaremos")
end
it "should send special 'already signed up' mail if you fill the form in with existing registered email" do