diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-14 08:47:36 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-14 08:47:36 +0100 |
commit | 432fe8a00936c34c869a8358ff9c5af67a708403 (patch) | |
tree | 515b2fc86de5471ff2de4679f4012bf9010871b8 /spec/controllers/user_controller_spec.rb | |
parent | 656626e9d21ef8c6abc46f7123ca71fdbaf2d65f (diff) |
Fix test breakage (really we should use a test app.po rather than the real one for testing!)
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 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 |