ontology_versions_steps.rb revision 07807241a75892ff388800cf87fb40c0224cc0e0
792e63782d113aa39e658471cf466863e97b852bTim Reddehase @distributed_ontology = FactoryGirl.create :distributed_ontology, :with_versioned_children
792e63782d113aa39e658471cf466863e97b852bTim ReddehaseWhen(/^i visit the versions tab of a child ontology$/) do
792e63782d113aa39e658471cf466863e97b852bTim Reddehase @ontology = @distributed_ontology.children.first
792e63782d113aa39e658471cf466863e97b852bTim Reddehase visit repository_ontology_ontology_versions_path(@ontology.repository, @ontology)
792e63782d113aa39e658471cf466863e97b852bTim ReddehaseThen(/^i should see the corresponding versions$/) do