Hey,
Thanks a lot for the presentation.It was really helpful.
--
Posted via http://www.ruby-forum.com/.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
Hi,
On Wed, Jan 12, 2011 at 15:45, Amit Kulkarni wrote:
> When running the script i am getting output as
> User Profile should not be created if name is blank
> Failure/Error: @contact_detail.should be_valid
> expected valid? to return true, got false
> # ./spec/models/merchant_spec
Hi,
I am running rspec spec for Rails 3.The version for rspec is 2.4.0
When running the script i am getting output as
User Profile should not be created if name is blank
Failure/Error: @contact_detail.should be_valid
expected valid? to return true, got false
# ./spec/models/merchan