d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehaserequire 'spec_helper'
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase context 'requesting xml representation', api_specification: true do
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase it 'should respond as a application/rdf+xml' do
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase expect(response.content_type).to eq('application/rdf+xml')
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase context 'requesting json representation', api_specification: true do
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase expect(response.content_type.to_s).to eq('application/json')
d8a16b0cab9d6dca3f40f2f2f098c8a1c03d3f7bTim Reddehase it 'should return a representation that validates against the schema' do