Displaying 1 result from an estimated 1 matches for "omholt".
Did you mean:
  imholt
  
2006 Mar 19
1
testing helpers
if I write a generic helper that isn''t specific to any one rails application 
or controller, what''s the best way to write tests for it? at the moment, I 
test it by including it in a generic controller in a blank rails app, and 
writing functional tests for the controller. Is that the best approach?