1
0
Fork 0
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:
Theo Hultberg and Jonas Nicklas 2009-11-16 22:02:16 +01:00 committed by Jonas Nicklas
parent 6f1556254b
commit 6b099a4a33
31 changed files with 186 additions and 186 deletions

View file

@ -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"