It means most of the custom Rails assertions have been given the boot.
assert_session_has
assert_template_has
assert_flash_has
etc...
They've been replaced with with:
assert_equal "hello", session[:world]
assert_equal "rails", assigns(:whos_your_daddy)
assert_equal "for a good time", flash[:me]
... plus more
http://api.rubyonrails.org/classes/Test/Unit/Assertions.html
I'll be updating the docs as soon as the project I'm working on stops
kicking my ass.
Steve
On 5/10/05, Joe Van Dyk <joevandyk@gmail.com>
wrote:> On http://manuals.rubyonrails.com/read/book/5, there's this statement:
>
> "As of 0.11.0, a lot of the functional testing is deprecated… updated
> chapters are coming."
>
> What does this mean?
>
> Thanks,
> Joe
>
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
>
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails