Sha256: f33df743814d4459324b7864d01886e6e640e210ba3e56b9b445d0987a09a512

Contents?: true

Size: 341 Bytes

Versions: 10

Compression:

Stored size: 341 Bytes

Contents

if ENV['BROWSER']
  require 'spec_helper'

  describe 'bindings test', type: :feature, sauce: true 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

10 entries across 10 versions & 1 rubygems

Version Path
volt-0.9.0.pre3 spec/integration/templates_spec.rb
volt-0.9.0.pre2 spec/integration/templates_spec.rb
volt-0.9.0.pre1 spec/integration/templates_spec.rb
volt-0.8.27.beta9 spec/integration/templates_spec.rb
volt-0.8.27.beta8 spec/integration/templates_spec.rb
volt-0.8.27.beta7 spec/integration/templates_spec.rb
volt-0.8.27.beta6 spec/integration/templates_spec.rb
volt-0.8.27.beta5 spec/integration/templates_spec.rb
volt-0.8.27.beta4 spec/integration/templates_spec.rb
volt-0.8.27.beta3 spec/integration/templates_spec.rb