a bit confused at first

Hi I was browsing though 'A Guide to Testing Rails Applications'

I found it confusing that the example uses 'post' for the model and controller, like so

     script/generate scaffold post title:string body:text

Then later on we have this example code,

     post :create, :post => { :title => 'Some title'}

The 2nd 'post' looks like the same name as the 'post' method, this makes learning not so straight forward for guys like me who are a bit green =P

Just a suggestion to change the name of the controller/model to something else.

Kind Regards, Rajinder Yadav