On 10/17/07, Steve <[EMAIL PROTECTED]> wrote:
> I'm running through rake(rake spec:models to be exact). The error is:
>
> 'User should be invalid without a password when creating' FAILED
> expected: "can't be blank",
>      got: ["can't be blank", "can't be blank"] (using ==)
> ./spec/models/user_spec.rb:64:
>
> So there isn't an actual ruby error, it's just the errors collection not
> matching.

Would you please try running it like this:

script/spec spec -b

and this

script/spec spec/models/user_spec.rb -b

and let us know if it's still happening?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to