From 56d5c2cd4415c8299b9fd6fcc98294621507e114 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Tue, 24 Nov 2009 23:37:25 +0100 Subject: [PATCH] Completely comment out Watir driver specs So they don't load and require their dependencies --- spec/driver/firewatir_driver_spec.rb | 16 ++++++++-------- spec/driver/safariwarit_driver_spec.rb | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/spec/driver/firewatir_driver_spec.rb b/spec/driver/firewatir_driver_spec.rb index 8ddb9c50..709085d8 100644 --- a/spec/driver/firewatir_driver_spec.rb +++ b/spec/driver/firewatir_driver_spec.rb @@ -1,10 +1,10 @@ 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 +# 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 diff --git a/spec/driver/safariwarit_driver_spec.rb b/spec/driver/safariwarit_driver_spec.rb index be07b90e..8c19eb6b 100644 --- a/spec/driver/safariwarit_driver_spec.rb +++ b/spec/driver/safariwarit_driver_spec.rb @@ -1,10 +1,10 @@ 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 +# 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