mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Completely comment out Watir driver specs
So they don't load and require their dependencies
This commit is contained in:
parent
acb6e2638b
commit
56d5c2cd44
2 changed files with 16 additions and 16 deletions
|
@ -1,10 +1,10 @@
|
||||||
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
||||||
|
|
||||||
describe Capybara::Driver::FireWatir do
|
# describe Capybara::Driver::FireWatir do
|
||||||
before do
|
# before do
|
||||||
@driver = Capybara::Driver::FireWatir.new(TestApp)
|
# @driver = Capybara::Driver::FireWatir.new(TestApp)
|
||||||
end
|
# end
|
||||||
|
#
|
||||||
# it_should_behave_like "driver"
|
# it_should_behave_like "driver"
|
||||||
# it_should_behave_like "driver with javascript support"
|
# it_should_behave_like "driver with javascript support"
|
||||||
end
|
# end
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
||||||
|
|
||||||
describe Capybara::Driver::SafariWatir do
|
# describe Capybara::Driver::SafariWatir do
|
||||||
before do
|
# before do
|
||||||
@driver = Capybara::Driver::SafariWatir.new(TestApp)
|
# @driver = Capybara::Driver::SafariWatir.new(TestApp)
|
||||||
end
|
# end
|
||||||
|
#
|
||||||
# it_should_behave_like "driver"
|
# it_should_behave_like "driver"
|
||||||
# it_should_behave_like "driver with javascript support"
|
# it_should_behave_like "driver with javascript support"
|
||||||
end
|
# end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue