On Jan 2, 5:17 am, Peter Hicks <[email protected]> wrote: > > How best should I tackle this? Where should I put the YAML files and is > there any functionality in RSpec that will help? Should I roll my own > "load test data" code and present that to the test code? > > Best wishes, > > Peter
Hi Peter, Have you read about fixtures? It sounds like just what you're looking for. Peace, Phillip _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
