Displaying 1 result from an estimated 1 matches for "testinggggg".
2006 Aug 07
4
Unit testing diffculty
...29.95
  date_available: 2005-01-25 00:00:00
busted_arsehole:
  id: 2
  title:        Busted Arsehole
  description:  I have an arsehole, it is-e busted
  image_url:    images/test.jpg
  price:        999.95
  date_available: 2005-01-25 00:00:00
hey:
  id: 3
  title:        hey
  description:  testinggggg
  image_url:    images/test.jpg
  price:        999.95
  date_available: 2007-01-25 00:00:00
The problem im facing is that for some reason instance variables @hey, 
@busted_arsehole, @ram are all nil(and according to the book im using 
they should be associated with the particular fixtures. Otherw...