Sha256: f2eb18950d59fedc23637f89b4584da4581512d011e844cfc93478007b3b1772
Contents?: true
Size: 166 Bytes
Versions: 8
Compression:
Stored size: 166 Bytes
Contents
shared_examples 'returns content as json' do before {action} it 'sends content as json' do expect(response.content_type).to eq("application/json") end end
Version data entries
8 entries across 8 versions & 1 rubygems