From ae355e0fe760b84000178de8ce692a3a723c2e75 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Tue, 29 Jun 2010 21:54:40 +0200 Subject: [PATCH] "Surely that page could not possibly change" -- famous last words --- spec/driver/remote_culerity_driver_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/driver/remote_culerity_driver_spec.rb b/spec/driver/remote_culerity_driver_spec.rb index ce0040ac..45fb9508 100644 --- a/spec/driver/remote_culerity_driver_spec.rb +++ b/spec/driver/remote_culerity_driver_spec.rb @@ -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"