Cross Reference:
xref
: /
ontohub
/
test
/
unit
/
ontology_test.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
ontology_test.rb revision 279dfe8d07ff651880bd08dba5a7c73a95213e5e
require
'test_helper'
class
OntologyTest
<
ActiveSupport
::
TestCase
should
belong_to
:
logic
should
have_many
:
versions
should_strip_attributes
:
name
, :
uri
should_not_strip_attributes
:
description
context
'ontology instance'
do
setup
do
@
ontology
=
Factory
:
ontology
end
should
'have to_s'
do
assert_equal
@
ontology.uri
, @
ontology.to
_s
end
end
end