obrok / futile

lightweight functional/blackbox/acceptance testing package for web pages
8 stars 0 forks source link

Futile::Session#redirected? broken #9

Closed michalbugno closed 14 years ago

michalbugno commented 14 years ago

I think the #redirected? method is broken

def test_redirected_true_on_redirection
  @futile.get("/single_redirect")
  assert @futile.redirected?
end

This fails.

michalbugno commented 14 years ago

Fixed.

michalbugno commented 14 years ago

Closing.