mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
56d5c2cd44
So they don't load and require their dependencies
10 lines
298 B
Ruby
10 lines
298 B
Ruby
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
|