Re: [rspec-users] Issues implementing Rspec with Rails3 from tutorial

2011-03-16 Thread Mohnish J.
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

Re: [rspec-users] Issues implementing Rspec with Rails3 from tutorial

2011-03-15 Thread Brian Ledsworth
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