mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
renamed to capybara
This commit is contained in:
parent
6f1556254b
commit
6b099a4a33
31 changed files with 186 additions and 186 deletions
|
|
@ -1,8 +1,8 @@
|
|||
require File.expand_path('../spec_helper', File.dirname(__FILE__))
|
||||
|
||||
describe Webcat::Driver::RackTest do
|
||||
describe Capybara::Driver::RackTest do
|
||||
before do
|
||||
@driver = Webcat::Driver::RackTest.new(TestApp)
|
||||
@driver = Capybara::Driver::RackTest.new(TestApp)
|
||||
end
|
||||
|
||||
it_should_behave_like "driver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue