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

Version Path
volt-0.6.5 spec/integration/test_integration_spec.rb
volt-0.6.4 spec/integration/test_integration_spec.rb
volt-0.6.3 spec/integration/test_integration_spec.rb
volt-0.6.2 spec/integration/test_integration_spec.rb