Sha256: 1d371ae77d96017073a4039c1c601b9a9fbd874a5ee4e9e8fc2b8eadfd10ce65
Contents?: true
Size: 209 Bytes
Versions: 19
Compression:
Stored size: 209 Bytes
Contents
if ENV['IN_BROWSER'] require 'spec_helper' describe "integration test", :type => :feature do it "should load the page" do visit '/' expect(page).to have_content('Home') end end end
Version data entries
19 entries across 19 versions & 1 rubygems