Displaying 1 result from an estimated 1 matches for "derpa".
Did you mean:
  darpa
  
2012 Apr 09
8
Rails Functional Testing Problem
I''m trying to run some functional tests on Rails. However I am coming up
with the following error.
RuntimeError: Called id for nil, which would mistakenly be 4 -- if you
really wanted the id of nil, use object_id
    app/controllers/posts_controller.rb:11:in `create''
    posts_controller_test.rb:5:in `test_should_create''
Here is my test file
require