Hi,

I'm trying to test the behavior of a route with a delete method.

Something like this:
When "the admin clicks on 'delete'" do
     delete admin_blog_path(@blog)
   end

which raises the following exception:
NoMethodError: You have a nil object when you didn't expect it!
The error occurred while evaluating nil.env


If I change the delete, for a get or a post it works like a charm.

What am I missing here?

Thanks in advance!


Raimond Garcia
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to