mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
9 lines
219 B
Ruby
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
|