diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 12:07:44 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-09-16 12:09:36 +0100 |
commit | 5de28f6b95e63c181b519bfdc89b3e826dc217a3 (patch) | |
tree | 35e95b96915f33831fd548c60d089e1289f92f0a | |
parent | a5f9e3d8d91ccded80af07f6336bca44b1c9a171 (diff) |
Fix brittle test
-rw-r--r-- | spec/views/public_body/show.rhtml_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/public_body/show.rhtml_spec.rb b/spec/views/public_body/show.rhtml_spec.rb index 797923c5d..cd81888eb 100644 --- a/spec/views/public_body/show.rhtml_spec.rb +++ b/spec/views/public_body/show.rhtml_spec.rb @@ -48,7 +48,7 @@ describe "when viewing a body" do it "should tell total number of requests" do render "public_body/show" - response.should include_text("4 Freedom of Information requests made") + response.should include_text("4 Freedom of Information requests") end it "should cope with no results" do |