diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:38:20 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:38:20 +0000 |
commit | 8342501a3b0d3d13cef9fedf7f191be54e54916f (patch) | |
tree | 2b64bab70fd03a31b0011cf1075d0fbd88a65b5c /spec/controllers/public_body_controller_spec.rb | |
parent | a7997eae1ac3862fd49696750afed38dbaab11a4 (diff) | |
parent | 4828727896b8bf397bbcd2716e2d862e28dffe69 (diff) |
Merge branch 'rails-3-develop' into release/0.20
Diffstat (limited to 'spec/controllers/public_body_controller_spec.rb')
-rw-r--r-- | spec/controllers/public_body_controller_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/controllers/public_body_controller_spec.rb b/spec/controllers/public_body_controller_spec.rb index fc7143522..840b4bb28 100644 --- a/spec/controllers/public_body_controller_spec.rb +++ b/spec/controllers/public_body_controller_spec.rb @@ -7,7 +7,6 @@ describe PublicBodyController, "when showing a body" do render_views before(:each) do - PublicBodyCategory.stub!(:load_categories) load_raw_emails_data get_fixtures_xapian_index end @@ -76,10 +75,6 @@ end describe PublicBodyController, "when listing bodies" do render_views - before(:each) do - PublicBodyCategory.stub!(:load_categories) - end - it "should be successful" do get :list response.should be_success |