diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-02-06 14:49:13 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-02-06 14:49:13 +0000 |
commit | b4e00af80961a674c00ae87040ccafa6c3ed8f8f (patch) | |
tree | 88686fd13d1b58d17489f00154f0ff69d98595e7 /spec/integration | |
parent | 1f38d5a4fd641e94edb5ccb3402cb37a913a5ded (diff) | |
parent | 1593678c09cb8d87cc20245c3aaedc60045d34df (diff) |
Merge branch 'rails-3-develop' of ssh://git.mysociety.org/data/git/public/alaveteli 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 |