ontologies_routing_spec.rb revision 971ac0f813b75124ed9472c42bb46c6d7a2942ea
66ae4e01390ec8ddfd3f6fa5361095d5d2f1c2bdJulian Kornbergerrequire 'spec_helper'
971ac0f813b75124ed9472c42bb46c6d7a2942eaEugen Kuksa should route(:post, 'repositories/repopath/ontologies/retry_failed').to(
971ac0f813b75124ed9472c42bb46c6d7a2942eaEugen Kuksa repository_id: 'repopath', action: :retry_failed)
971ac0f813b75124ed9472c42bb46c6d7a2942eaEugen Kuksa should route(:post, 'repositories/repopath/ontologies/id/retry_failed').to(
971ac0f813b75124ed9472c42bb46c6d7a2942eaEugen Kuksa repository_id: 'repopath', action: :retry_failed, id: 'id')