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
2009-11-07 18:55:55 +01:00

9 lines
215 B
Ruby

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