diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-02-11 15:37:08 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:26:47 +0000 |
commit | 84e22e1262b559d77d56e56ce4ad4e2a25a7409c (patch) | |
tree | e79a055b4a2ae57057958d321d261114bc5a52b6 /spec | |
parent | 7d86c38b657aa612f9e3b9429deff77d7b7807b4 (diff) |
Fix body/show view spec after rewording
Diffstat (limited to 'spec')
-rw-r--r-- | spec/views/public_body/show.html.erb_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/public_body/show.html.erb_spec.rb b/spec/views/public_body/show.html.erb_spec.rb index 917c0c793..4ba42b9f7 100644 --- a/spec/views/public_body/show.html.erb_spec.rb +++ b/spec/views/public_body/show.html.erb_spec.rb @@ -44,7 +44,7 @@ describe "public_body/show" do it "should tell total number of requests" do render - response.should match "4 Freedom of Information requests" + response.should match "4 requests" end it "should cope with no results" do |