> When I create a user with foo="bar"
>
> is better because it doesn't expose the implementation.  Just the
> model concept and any relevant attributes.

I hide model details from Stories by using webrat and form field labels.

When I create a user with Username: kamal, Password: test
And click submit

Seems safer that way as the views get tested at the same time.


Regards,
kamal
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to