1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/spec/rack_test_driver_spec.rb
2009-11-05 17:40:52 +01:00

9 lines
No EOL
211 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