1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Move driver specs into own directory

This commit is contained in:
Jonas Nicklas 2009-11-07 18:55:55 +01:00
parent 0b6164500a
commit 8706b7641c
5 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
require File.expand_path('spec_helper', File.dirname(__FILE__))
require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::Culerity do
before do
@ -7,4 +7,4 @@ describe Webcat::Driver::Culerity do
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
end
end

View file

@ -1,4 +1,4 @@
require File.expand_path('spec_helper', File.dirname(__FILE__))
require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::FireWatir do
before do
@ -7,4 +7,4 @@ describe Webcat::Driver::FireWatir do
# it_should_behave_like "driver"
# it_should_behave_like "driver with javascript support"
end
end

View file

@ -1,4 +1,4 @@
require File.expand_path('spec_helper', File.dirname(__FILE__))
require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::RackTest do
before do
@ -6,4 +6,4 @@ describe Webcat::Driver::RackTest do
end
it_should_behave_like "driver"
end
end

View file

@ -1,4 +1,4 @@
require File.expand_path('spec_helper', File.dirname(__FILE__))
require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::SafariWatir do
before do
@ -7,4 +7,4 @@ describe Webcat::Driver::SafariWatir do
# it_should_behave_like "driver"
# it_should_behave_like "driver with javascript support"
end
end

View file

@ -1,4 +1,4 @@
require File.expand_path('spec_helper', File.dirname(__FILE__))
require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Webcat::Driver::Selenium do
before do