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

سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top