The driver supports window switching

This commit is contained in:
Matthew Horan 2012-04-04 22:42:29 -04:00
parent d154a65fe8
commit b08726adf3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ describe Capybara::Driver::Webkit do
it_should_behave_like "driver with header support"
it_should_behave_like "driver with status code support"
it_should_behave_like "driver with frame support"
it_should_behave_like "driver with support for window switching"
it "returns the rack server port" do
@driver.server_port.should eq(@driver.instance_variable_get(:@rack_server).port)