diff options
author | francis <francis> | 2008-09-07 18:22:35 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-07 18:22:35 +0000 |
commit | 2ba4ade9ca4729cb5bb976deb97633014e7e7bfe (patch) | |
tree | 15e9bd8bbd4a7fb217400881d58a877ddb1edbcc /spec/controllers/body_controller_spec.rb | |
parent | 219c16e4c21c3567b07e95a428bc9d660f1926fe (diff) |
Bah.
Diffstat (limited to 'spec/controllers/body_controller_spec.rb')
-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 902d241d1..0059eb026 100644 --- a/spec/controllers/body_controller_spec.rb +++ b/spec/controllers/body_controller_spec.rb @@ -46,7 +46,7 @@ describe BodyController, "when listing bodies" do assigns[:public_bodies].should == [ public_bodies(:humpadink_public_body), public_bodies(:geraldine_public_body) ] assigns[:tag].should == "all" - assigns[:description].should == "All" + assigns[:description].should == "all" end it "should list a tagged thing on the appropriate list page, and others on the other page, and all still on the all page" do |