REV: 132 completely rewrote members_controller_test to actually test the members controller -- all tests pass!
added a couple of fixtures for sample member data for testing made sure that calls to #render and #redirect_to always return false after running, to avoid double-rendering problems (probably more needs to be done in other classes, though) added #login method to test/test_helper to make it easy for a test to login before doing its work ----- U trunk/app/controllers/application.rb U trunk/app/controllers/members_controller.rb U trunk/test/fixtures/members.yml U trunk/test/functional/members_controller_test.rb U trunk/test/test_helper.rb _______________________________________________ PdxRuby-dev mailing list [email protected] http://lists.pdxruby.org/mailman/listinfo/pdxruby-dev
