Sha256: a4ca1ba2a94eea770bf3cdff41c937255b28b717c257389728eac0d8017ae5a7
Contents?: true
Size: 328 Bytes
Versions: 93
Compression:
Stored size: 328 Bytes
Contents
require 'spec_helper' describe 'sample integration test', type: :feature do # An example integration spec, this will only be run if ENV['BROWSER'] is # specified. Current values for ENV['BROWSER'] are 'firefox' and 'phantom' it 'should load the page' do visit '/' expect(page).to have_content('Home') end end
Version data entries
93 entries across 78 versions & 13 rubygems