Sha256: 3bc87e14b89b6a2e66a02da3825726b8f37c86854fff9b617c931b774a31140e

Contents?: true

Size: 331 Bytes

Versions: 15

Compression:

Stored size: 331 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

15 entries across 15 versions & 1 rubygems

Version Path
volt-0.8.15 spec/integration/templates_spec.rb
volt-0.8.14 spec/integration/templates_spec.rb
volt-0.8.13 spec/integration/templates_spec.rb
volt-0.8.11 spec/integration/templates_spec.rb
volt-0.8.10 spec/integration/templates_spec.rb
volt-0.8.9 spec/integration/templates_spec.rb
volt-0.8.8 spec/integration/templates_spec.rb
volt-0.8.7 spec/integration/templates_spec.rb
volt-0.8.6 spec/integration/templates_spec.rb
volt-0.8.5 spec/integration/templates_spec.rb
volt-0.8.4 spec/integration/templates_spec.rb
volt-0.8.3 spec/integration/templates_spec.rb
volt-0.8.2 spec/integration/templates_spec.rb
volt-0.8.1 spec/integration/templates_spec.rb
volt-0.8.0 spec/integration/templates_spec.rb