Brian Ledsworth wrote in post #987662:
> Mohnish
>
> Hard to tell without looking at the state if your rails app or the
> specs. But, it looks like it might be your Model. Try loading the
> rails console in test ("rails console test"), and see if you can create
> and save the model. Also, I assu
Mohnish
Hard to tell without looking at the state if your rails app or the
specs. But, it looks like it might be your Model. Try loading the
rails console in test ("rails console test"), and see if you can create
and save the model. Also, I assume "rake db:migrate" ran without issue
as well