This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Matthew Bass (author)
Sat Jun 28 18:20:44 -0700 2008
commit 6e648ea2476a340d812ddd05ce011431761fe0f7
tree 91cf43a59963c02b14ff0fb15d49c9fa12ea3283
parent 26992049d0330a52400d1f1d60de556c939813f5
tree 91cf43a59963c02b14ff0fb15d49c9fa12ea3283
parent 26992049d0330a52400d1f1d60de556c939813f5





Comments
I don’t think this assertion should assume that the response code is :success.
Consider the case when I want to assert that I render the correct template for a “page not found” scenario. In traditional test/unit style, that would look like…
In test/spec/rails, I tackle this as follows…