sentence_test.rb revision 38dab3b63e2730b443590a53de93e085659efe25
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
end