1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00

Passes capybara driver spec

This commit is contained in:
Matthew Mongeau 2011-08-05 11:04:44 -04:00
parent c36209844d
commit 7ea51d57de

View file

@ -6,9 +6,7 @@ describe Capybara::Driver::Webkit do
@driver = Capybara::Driver::Webkit.new(TestApp, :browser => $webkit_browser)
end
# TODO: select options
# it_should_behave_like "driver"
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver with cookies support"