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