Sha256: 948cfc6867a07d573abc61caca8251fb28672f64ada97aa3d4fa8ed79c451a9c

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

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

describe Capybara::Driver::SafariWatir do
  before do
    @driver = Capybara::Driver::SafariWatir.new(TestApp)
  end
  
  # it_should_behave_like "driver"
  # it_should_behave_like "driver with javascript support"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capybara-0.1.1 spec/driver/safariwarit_driver_spec.rb
capybara-0.1 spec/driver/safariwarit_driver_spec.rb