From 84e22e1262b559d77d56e56ce4ad4e2a25a7409c Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Wed, 11 Feb 2015 15:37:08 +0000 Subject: Fix body/show view spec after rewording --- spec/views/public_body/show.html.erb_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.3