diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-02-05 16:49:00 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2015-02-05 16:49:00 +0000 |
commit | 1593678c09cb8d87cc20245c3aaedc60045d34df (patch) | |
tree | 78b5fe9926ffa532978a0295d825818c3ffcd4f5 /spec/integration | |
parent | b1f67230aa5ef1247187213f56116f6988114358 (diff) | |
parent | 7e232788b050b598cc87f14d90a170221c6337c9 (diff) |
Merge branch 'issues/1680-changes-to-signin-signup-screen' into rails-3-develop
Diffstat (limited to 'spec/integration')
-rw-r--r-- | spec/integration/alaveteli_dsl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/alaveteli_dsl.rb b/spec/integration/alaveteli_dsl.rb index b408bc4c6..370628d98 100644 --- a/spec/integration/alaveteli_dsl.rb +++ b/spec/integration/alaveteli_dsl.rb @@ -21,7 +21,7 @@ module AlaveteliDsl response.should redirect_to(:controller => 'user', :action => 'signin', :token => post_redirect.token) follow_redirect! response.should render_template("user/sign") - response.body.should match(/To send your FOI request, please sign in or make a new account./) + response.body.should match(/To send your FOI request, create an account or sign in/) end end |