steps %Q{
And I have a repository with path: "default"
And I have 2 ontologies
When I create a combination via the API of these ontologies
}
end
And(/^that I have a corresponding action$/) do
end
end
end
end
end
And(/^the combination is ready$/) do
@combination_ontology.state = 'done'
end
steps %Q{
}
end