1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Removed Safariwatir and Firewatir drivers

This commit is contained in:
Jonas Nicklas 2009-12-09 21:25:30 +01:00
parent 2fc405d584
commit cd2b411ea2
5 changed files with 0 additions and 155 deletions

View file

@ -1,10 +0,0 @@
require File.expand_path('../spec_helper', File.dirname(__FILE__))
# describe Capybara::Driver::FireWatir do
# before do
# @driver = Capybara::Driver::FireWatir.new(TestApp)
# end
#
# it_should_behave_like "driver"
# it_should_behave_like "driver with javascript support"
# end

View file

@ -1,10 +0,0 @@
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