Sha256: 09aef50f87bfea19b3c2ee1f38da2882ac7b2f9b556751f91f4347ed2654324a
Contents?: true
Size: 326 Bytes
Versions: 4
Compression:
Stored size: 326 Bytes
Contents
require File.expand_path('../spec_helper', File.dirname(__FILE__)) describe Capybara::Driver::Selenium do before do @driver = Capybara::Driver::Selenium.new(TestApp) end it_should_behave_like "driver" it_should_behave_like "driver with javascript support" it_should_behave_like "driver with frame support" end
Version data entries
4 entries across 4 versions & 4 rubygems