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:
parent
2fc405d584
commit
cd2b411ea2
5 changed files with 0 additions and 155 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue