1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Oops, renaming mistake fixed!

This commit is contained in:
jarra 2010-08-28 18:57:45 +02:00 committed by Jonas Nicklas
parent 2e4bb2e374
commit 124ec5d76e
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ describe Capybara::Driver::Selenium do
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver with frame support"
it_should_behave_like "driver with popup support"
it_should_behave_like "driver with support for window switching"
it_should_behave_like "driver without status code support"
it_should_behave_like "driver with cookies support"
end