Sha256: 655e56a763dcd392dd0bf4c37729285b0d9744c38661e99dc64afb77157b1410
Contents?: true
Size: 413 Bytes
Versions: 11
Compression:
Stored size: 413 Bytes
Contents
require File.expand_path('../spec_helper', File.dirname(__FILE__)) describe Capybara::Driver::Selenium do before(:all) do Capybara.app_host = "http://capybara-testapp.heroku.com" end after(:all) do Capybara.app_host = nil end before do @driver = Capybara::Driver::Selenium.new(TestApp) end it_should_behave_like "driver" it_should_behave_like "driver with javascript support" end
Version data entries
11 entries across 11 versions & 6 rubygems