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:
parent
0b6164500a
commit
8706b7641c
5 changed files with 9 additions and 9 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue