4
votes
How do you test code that is not a model or controller
You can put them in your units directory without any complications.
My Library:
[ cpm juno ~/apps/feedback ] cat lib/my_library.rb
class MyLib
def look_at_me
puts "I D …
