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
Hi,
I am a newbie to Rails 3 and Rspec. Kindly excuse my being a novice.
I am trying to implement RSpec with Rails 3. I am using Rails 3.0.3 with
Ruby 1.9.2 on Ubuntu 10.04 os. I am using rspec 2.5 gem and rspec-rails
2.5 gem.
I am referring to the following tutorial:-
http://www.railsfire.com