Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to create some functional tests around my controllers but when I attempt to create the test db I get the error described in my thread. This is the first time I have attempted to populate a test db. I am using the default sqlite adapter. I have populated my fixtures with some test values. Can someone tell me what this error means?

Thanks!

share|improve this question
Some code would be useful. – Benjamin Tan Jul 24 '12 at 3:58

1 Answer

up vote 0 down vote accepted

Apparently I needed to specifiy the environment to use. This command did the trick: rake db:test:load RAILS_ENV="test"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.