category.rb revision 3c4b1bd39fa36d241f2ef0d6f7ebbf2a9a6f4d36
require 'spec_helper'
context 'get ontologies of a category and subcategories' do
before do
end
it do
end
it do
end
end
context 'creation of categories from ontology' do
before do
end
it 'should be the correct categories count' do
Category.count.should == 123
end
it 'should be the correct category edges count' do
CEdge.count.should == 122
end
end
end