Cross Reference:
xref
: /
ontohub
/
test
/
integration
/
entity_display_test.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
entity_display_test.rb revision 64ee02553e8d41243c9d255192fde605827f34c3
require
'integration_test_helper'
class
SessionTest
<
ActionController
::
IntegrationTest
=
begin
test
'text does not contain name'
do
entity
=
FactoryGirl.create
:
entity_without_iri
visit
ontology_entities_path
(
entity.ontology
)
ths
=
all
(
'th'
)
save_and_open_page
assert_equal
2
,
ths.size
end
=
end
end