So I love testing, but I've only done functional and unit testing via
the built-in suite. The application I'm working on now has a rake file,
but I'm clueless as to how I would test it. I need to create some
records, run the rake, then check these records. I put it in the unit
tests, but it looked ugly and reloading the records gave me an error. So
what is the proper way to do this?

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to