diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-29 19:12:01 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-29 19:12:01 +0000 |
commit | f6cd280bbfafa2151ededb8280407686fb73e8a7 (patch) | |
tree | 068c9b8e2723efb7fe10c9602ea494ccc578e1f5 /spec/controllers/public_body_controller_spec.rb | |
parent | ba003a16e51b0316233157893b6572aa01616c77 (diff) |
Test duplicate requests are coalesced
Test that duplicate requests are coalesced on the front page.
Diffstat (limited to 'spec/controllers/public_body_controller_spec.rb')
-rw-r--r-- | spec/controllers/public_body_controller_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/controllers/public_body_controller_spec.rb b/spec/controllers/public_body_controller_spec.rb index a285a8900..4d27ea3f5 100644 --- a/spec/controllers/public_body_controller_spec.rb +++ b/spec/controllers/public_body_controller_spec.rb @@ -153,7 +153,6 @@ describe PublicBodyController, "when listing bodies" do get :list response.should render_template('list') assigns[:public_bodies].should =~ PublicBody.all(:conditions => "id <> #{PublicBody.internal_admin_body.id}") - end it "should list a machine tagged thing, should get it in both ways" do |