Ruby on Rails Sunday, April 17, 2016

I'm currently trying to build through TDD an app that scrapes daily statistical sports information and puts it into varying models in the hopes of analyzing and researching the data in my own way.  Though, to test a lot of the functionality, I require that the database have many records across many database tables (including one that has about 15 columns of information).

Can anyone point to an easy repeatable way to post data when I run my tests, using RSpec, so that feature testing can easily be run.

Thanks in advance

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a68b0c87-172a-4e0d-8abe-e8636e4e5f3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment