aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-07-06 19:05:58 +0100
committerRobin Houston <robin@lenny.robin>2011-07-06 19:05:58 +0100
commit111d16f0d29ac42ee17ad6401ef42823f441305d (patch)
tree0a9fce721e77c2d0c5fdf587d2e1c97d090c1752 /spec/controllers
parentfd90b2d569b6ad996ff39b27aaf6bdbd7f475f2f (diff)
Remove the translate_routes plugin, for now, because it appears to
be the cause of several difficult bugs related to routing.
Diffstat (limited to 'spec/controllers')
-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 93ea6de48..4e21bc467 100644
--- a/spec/controllers/user_controller_spec.rb
+++ b/spec/controllers/user_controller_spec.rb
@@ -125,7 +125,7 @@ describe UserController, "when signing in" do
# check is right confirmation URL
mail_token.should == post_redirect.email_token
- params_from(:get, mail_path).should == { :controller => 'user', :action => 'confirm', :email_token => mail_token, :locale => "en" }
+ params_from(:get, mail_path).should == { :controller => 'user', :action => 'confirm', :email_token => mail_token }
# check confirmation URL works
session[:user_id].should be_nil