1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/spec/driver/rack_test_driver_spec.rb
Theo Hultberg and Jonas Nicklas 6b099a4a33 renamed to capybara
2009-11-16 22:02:16 +01:00

9 lines
219 B
Ruby

require File.expand_path('../spec_helper', File.dirname(__FILE__))
describe Capybara::Driver::RackTest do
before do
@driver = Capybara::Driver::RackTest.new(TestApp)
end
it_should_behave_like "driver"
end