Sha256: e9efb5a091ede108e8d06feae581bb63f337dfe44091a8913db490a96a8ddf31
Contents?: true
Size: 286 Bytes
Versions: 56
Compression:
Stored size: 286 Bytes
Contents
if ENV['BROWSER'] && ENV['BROWSER'] == 'phantom' describe 'Rack Requests', type: :feature do it 'should send JS file with JS mimetype' do visit '/components/main.js' expect(page.response_headers['Content-Type']).to include 'application/javascript' end end end
Version data entries
56 entries across 56 versions & 1 rubygems