Sha256: 44ccfcd435c56ea34003a04630fdef27a64719854f2c6233a327cbd365c492e1
Contents?: true
Size: 168 Bytes
Versions: 14
Compression:
Stored size: 168 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.before(:each, :type => :controller) do request.headers['accept'] = 'application/json' end end
Version data entries
14 entries across 14 versions & 1 rubygems