Displaying 1 result from an estimated 1 matches for "zrszmpso5bdgjk7y7tuq".
2007 Jan 09
1
assert_redirected_to not working as expected
...end
end
===
The "success" integration test
(test/integration/authentication_test.rb) looks like this (snipped):
===
class AuthenticationTest < ActionController::IntegrationTest
def setup
User.create(:login => "goober",
:email => "goober-I/zrSzmPSO5BDgjK7y7TUQ@public.gmane.org",
:password => "gomer",
:password_confirmation => "gomer")
end
...
def test_successful_signup
gooddog = enter_site(:gooddog)
gooddog.signs_up_successfully
end
...
private
module BrowsingTestDS...