diff options
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/body_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/body_controller_spec.rb b/spec/controllers/body_controller_spec.rb index c18797275..f56172c7a 100644 --- a/spec/controllers/body_controller_spec.rb +++ b/spec/controllers/body_controller_spec.rb @@ -56,7 +56,7 @@ describe BodyController, "when listing bodies" do response.should render_template('list') assigns[:public_bodies].should == [ public_bodies(:humpadink_public_body) ] assigns[:tag].should == "local_council" - assigns[:description].should == "Local Councils" + assigns[:description].should == "Local councils" get :list, :tag => "other" response.should render_template('list') |