Sha256: 431976eb30f390ab85caa07d2467cb757305f36cf7cbd08db0fadfe80e5f68af
Contents?: true
Size: 453 Bytes
Versions: 8
Compression:
Stored size: 453 Bytes
Contents
require 'spec_helper' describe Capybara::Driver::Selenium do before do @driver = TestSessions::Selenium.driver end it_should_behave_like "driver" it_should_behave_like "driver with javascript support" it_should_behave_like "driver with frame support" it_should_behave_like "driver with support for window switching" it_should_behave_like "driver without status code support" it_should_behave_like "driver with cookies support" end
Version data entries
8 entries across 8 versions & 3 rubygems