Ok, the tests now runs fine, but unfortunately the site itself doesn't
work anymore.
When the view gets rendered I get the following error:

undefined local variable or method `helper' for #<#<Class:0xb66566a0>:
0xb665532c>

> > module ApplicationHelper
> >  def order_link(column, title = nil)
> >    fetch_param(:order)
>
> Change this ^^ to this:
>
>   helper.fetch_param(:order)
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to