would be helpful to see the code, that generates the errors (not all of
them, but the first test function and any setup code that may influence
it, eg loaded fixtures…)
At a guess there’s * a lot* of occurances where he’s calling render
:actionsomeaction instead of render :action => “someaction”. Easy enough
to
fix.
On Fri, Feb 15, 2008 at 11:59 PM, Thorsten M. < [email protected]> wrote:
would be helpful to see the code, that generates the errors (not all of
them, but the first test function and any setup code that may influence
it, eg loaded fixtures…)
this is a fresh install and i immediately get errors after running the
spec command. how do i get rid of these errors so its a successful
rake spec.
What versions of rspec and rails are you using? It looks like you’re
using edge rails. If you are, you also have to use rspec’s trunk. See http://rspec.info/documentation/rails/install.html for more info.
Cheers,
David
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.