search for: delete_victim

Displaying 1 result from an estimated 1 matches for "delete_victim".

2006 May 03
1
Test not Reseting
My test are not resetting for each method in the test class. It was promised to me on page 146 of Agile Web Development on Rails that it would. Am I doing something wrong? The "@delete_victim = User.find(4)" bust the setup class each time it comes around, even though that is in my users.yml class UserTest < Test::Unit::TestCase fixtures :users def setup @chris_logged_in = User.new({:username => ''cwinslett'', :password => ''testpassw...