Sha256: ad281a67f16e6f408247800a2a7143b03ec60ca5bf1318e19190f55ecee8047b
Contents?: true
Size: 470 Bytes
Versions: 1
Compression:
Stored size: 470 Bytes
Contents
require File.expand_path('../spec_helper', File.dirname(__FILE__)) describe Capybara::Driver::Culerity do before do @driver = Capybara::Driver::Culerity.new(TestApp) end before(:all) do Capybara.app_host = "http://capybara-testapp.heroku.com" end after(:all) do Capybara.app_host = nil end it_should_behave_like "driver" it_should_behave_like "driver with javascript support" it_should_behave_like "driver with header support" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capybara-0.3.0 | spec/driver/remote_culerity_driver_spec.rb |