Sha256: 0cc274c8f86e48490d812414c7c7524644bd6951cbfbb3d263c4959473c03687

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Capybara::Driver::Terminus do
  before do
    @driver = Capybara::Driver::Terminus.new(TestApp)
    select_browser
  end

  after do
    Terminus.browser.return_to_dock
  end
  
  it_should_behave_like "driver"
  it_should_behave_like "driver with header support"
  it_should_behave_like "driver with status code support"
  it_should_behave_like "driver with javascript support"
  it_should_behave_like "driver with resynchronization support"
  it_should_behave_like "driver with frame support"
  it_should_behave_like "driver with support for window switching"
  it_should_behave_like "driver with cookies support"
  it_should_behave_like "driver with infinite redirect detection"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
terminus-0.3.0 spec/terminus_driver_spec.rb