aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/models/public_body_category_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/models/public_body_category_spec.rb b/spec/models/public_body_category_spec.rb
index f27c4838b..189d1654b 100644
--- a/spec/models/public_body_category_spec.rb
+++ b/spec/models/public_body_category_spec.rb
@@ -43,16 +43,6 @@ describe PublicBodyCategory do
end
end
- context "requesting data" do
-
- it 'should migrate categories if categories are not already loaded' do
- PublicBodyCategory.stub!(:count).and_return(0)
- CategoryAndHeadingMigrator.should_receive(:migrate_categories_and_headings)
- PublicBodyCategory::get()
- end
-
- end
-
context 'when validating' do
it 'should require a title' do