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