sentence_test.rb revision 912de7c40aba132f91bc71026d035ea6ec89d596
require 'test_helper'
context 'Migrations' do
end
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
context 'OWL2 sentences' do
setup do
end
should 'have display_text set' do
end
should "not contain entities' iris" do
@sentence.entities.each do |x|
end
end
end
end
context 'extracted names' do
setup do
end
should "match iris\' fragments" do
end
end
end