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

"Surely that page could not possibly change"

-- famous last words
This commit is contained in:
Jonas Nicklas 2010-06-29 21:54:40 +02:00
parent e6ae5d7234
commit ae355e0fe7

View file

@ -13,8 +13,8 @@ describe Capybara::Driver::Culerity do
end
it "should navigate to a fully qualified remote page" do
@driver.visit('http://elabs.se/contact')
@driver.body.should include('Edithouse eLabs AB')
@driver.visit('http://capybara-testapp.heroku.com/foo')
@driver.body.should include('Another World')
end
it_should_behave_like "driver"