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

Domanda

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! #

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top