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