errors in rake text.I used scaffold to create a db the migrated it with rake it ran with no error but when i started the sever it gave runtime errors

StackOverflow https://stackoverflow.com/questions/10722932

Question

So i ran rake test which gave me following results

7 tests, 0 assertions, 0 failures, 7 errors, 0 skips ** Invoke test:integration (first_time) ** Invoke test:prepare ** Execute test:integration Errors running test:functionals! #

Was it helpful?

Solution

I figured out the problems were with naming the models. including those 's' at the end was creating the problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top