capybara 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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