capybara 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +0,0 @@
1
- require File.expand_path('../spec_helper', File.dirname(__FILE__))
2
-
3
- # describe Capybara::Driver::FireWatir do
4
- # before do
5
- # @driver = Capybara::Driver::FireWatir.new(TestApp)
6
- # end
7
- #
8
- # it_should_behave_like "driver"
9
- # it_should_behave_like "driver with javascript support"
10
- # end
@@ -1,10 +0,0 @@
1
- require File.expand_path('../spec_helper', File.dirname(__FILE__))
2
-
3
- # describe Capybara::Driver::SafariWatir do
4
- # before do
5
- # @driver = Capybara::Driver::SafariWatir.new(TestApp)
6
- # end
7
- #
8
- # it_should_behave_like "driver"
9
- # it_should_behave_like "driver with javascript support"
10
- # end