Sha256: 1b773a04d92173d817ae8e848025ae7479b39ec1444245820e82523908f05236

Contents?: true

Size: 329 Bytes

Versions: 6

Compression:

Stored size: 329 Bytes

Contents

if ENV['BROWSER']
  require 'spec_helper'

  describe 'bindings test', type: :feature do
    it 'should change the title when changing pages' do
      visit '/'

      expect(page).to have_title 'KitchenSink - KitchenSink'
      click_link 'Bindings'

      expect(page).to have_title 'Bindings - KitchenSink'

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
volt-0.8.21 spec/integration/templates_spec.rb
volt-0.8.20 spec/integration/templates_spec.rb
volt-0.8.19 spec/integration/templates_spec.rb
volt-0.8.18 spec/integration/templates_spec.rb
volt-0.8.17 spec/integration/templates_spec.rb
volt-0.8.16 spec/integration/templates_spec.rb