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