sentence_test.rb revision 43998a7504eb0ead17751c3232763b56bbc1c7f5
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
end