search for: test_login

Displaying 2 results from an estimated 2 matches for "test_login".

Did you mean: last_login
2006 Aug 03
0
problem with Rails: cgi.rb:342
....rb:232:in `process'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/integ ration.rb:145:in `get'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/integ ration.rb:470:in `get'' test/integration/stories_test.rb:10:in `test_login'' c:/ruby/lib/ruby/1.8/test/unit/testcase.rb:70:in `run'' c:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.3/lib/action_controller/integ ration.rb:427:in `run'' c:/ruby/lib/ruby/1.8/test/unit/testsuite.rb:32:in `run'' c:/ruby/lib/ruby/1.8/test/unit/test...
2006 Jul 02
5
"the number of parameters does not match the number of substitutions" error
...nit::TestCase def setup @controller = AccountController.new @request = ActionController::TestRequest.new @response = ActionController::TestResponse.new end def test_index get :index assert_redirected_to :action => ''login'' # LINE 16 end def test_login get :login assert_valid_markup end end Any ideas? Thanks, Joe