Sha256: def5952e8eb7ca38f9b1c3238a8711dd11aba0247b51d2fd4648d56b649e38f3
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 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" it_should_behave_like "driver without status code support" end
Version data entries
4 entries across 4 versions & 3 rubygems