I am running RAILS_ENV=test bundle exec rake db:create db:migrate and its failing
Failure/Error: UserOption.create(user_id: id) on most of them
is there something i am missing?
I am running RAILS_ENV=test bundle exec rake db:create db:migrate and its failing
Failure/Error: UserOption.create(user_id: id) on most of them
is there something i am missing?