Sha256: e69957058517073d475f8222333aff0dbc5d9def99e41a892cc9a7a853d8d5c5
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 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
9 entries across 9 versions & 1 rubygems