aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/body_controller_spec.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-03-24 16:12:38 +0000
committerfrancis <francis>2008-03-24 16:12:38 +0000
commitc91cc191298445e317e5987084cb9cf5b7638e61 (patch)
tree4e866ec98592c9254e774f5a7b0d7d624273e85e /spec/controllers/body_controller_spec.rb
parent2cb588188707378e651e41889fe290396a97c9ea (diff)
HTML fix.
Test code update.
Diffstat (limited to 'spec/controllers/body_controller_spec.rb')
-rw-r--r--spec/controllers/body_controller_spec.rb2
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')