aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2015-01-14 16:17:56 +0000
committerGareth Rees <gareth@mysociety.org>2015-02-05 16:48:17 +0000
commit7e232788b050b598cc87f14d90a170221c6337c9 (patch)
treec96d6c097c827e50c7618652d1746c7b334b06b0 /spec/integration
parent37bb96707f5e17cd59d9b5be950e4304f779ec81 (diff)
Design and wording changes to sign-in/sign-up screen
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/alaveteli_dsl.rb2
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