On 29 November 2010 17:48, Steve Mills <li...@ruby-forum.com> wrote:
> [...]
> Following the book, and creating my own project, I don't encounter this
> problem. But I do encounter a serious problem on "test functionals"
> where the db tables are created, seeded, and then promptly dropped prior
> to the first test running so all the tests fail. The application itself
> works fine.

Are you using fixtures?  I think most now would advise against
fixtures, suggesting factories instead.  See
http://railscasts.com/episodes/158-factories-not-fixtures for example.
 So if you can't get fixtures to work (or even if you can) then forget
them and move to something better.

Colin

-- 
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-t...@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