Sha256: 57948d526b3e1bbfa158a7e8769ad4e730a5fce32736bcd490e0a6deffaa2e4b
Contents?: true
Size: 212 Bytes
Versions: 4
Compression:
Stored size: 212 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
4 entries across 4 versions & 1 rubygems