search for: 17a231a2

Displaying 1 result from an estimated 1 matches for "17a231a2".

Did you mean: 17923162
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?