Rails 3.2 : running each individual functional test 
> rake test TEST=test/functional/users/unlocks_controller_test.rb  ( 
or ruby -Itest test/functional/users/unlocks_controller_test.rb  )
doesn't fail ...
BUT
running the all bunch
> rake test:functionals
is failing with a lot of routing errors...
...ActionController::RoutingError: No route matches..

I guess a parameter is missing somewhere in test_helper but which one ? 
thanks for feedback

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/xsxOQjIGcxYJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to