3da7bc412bbfe11a5fec5a93e938c7f9369dfd51Tim Reddehaserequire 'spec_helper'
3da7bc412bbfe11a5fec5a93e938c7f9369dfd51Tim Reddehase let(:ontology) { create :linked_distributed_ontology }
3da7bc412bbfe11a5fec5a93e938c7f9369dfd51Tim Reddehase context 'requesting json representation', api_specification: true do
e568cc4d63d7d940acafc114bc74287b9cc0e480Eugen Kuksa schema_for_command('ontology/children', :get, 200)
3da7bc412bbfe11a5fec5a93e938c7f9369dfd51Tim Reddehase expect(response.content_type.to_s).to eq('application/json')
3da7bc412bbfe11a5fec5a93e938c7f9369dfd51Tim Reddehase it 'should return a representation that validates against the schema' do