Sha256: 7af99417494b3a679ec90f8eff4e6ca29fe24484dafcba8ccb2dbd865da0a14a
Contents?: true
Size: 210 Bytes
Versions: 23
Compression:
Stored size: 210 Bytes
Contents
if ENV['BROWSER'] require 'spec_helper' describe 'sample integration test', type: :feature do it 'should load the page' do visit '/' expect(page).to have_content('Home') end end end
Version data entries
23 entries across 23 versions & 1 rubygems