sentence_test.rb revision 589fb95c2e105a0d11878550fd52a61f07ea81b9
require 'test_helper'
context 'Migrations' do
end
end
end
context 'Associations' do
end
context 'OntologyInstance' do
setup do
end
context 'creating Sentences' do
setup do
@sentence_hash = {
'name' => '... (if exists)',
}
end
context 'correct attribute' do
setup do
end
should "be #{attr}" do
end
end
end
end
end
context 'extracted names' do
setup do
end
should "match iris\' fragments" do
end
end
end