>      it "should return conflict 409" do
>        do_post
>        response.response_code.should == 409
>      end

What is the failure message?

Also, it looks like your before block has not set Account.new to
return @account, and that @account is nil.  Is this a nested describe,
and there's some other setup happening elsewhere?

Pat
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to