Hi,

I am trying to upgrade my existing application from Rails 2.0.2 to
2.3.5. I am getting the following error while I run the test:

ruby test/unit/address_test.rb --name test_address2_required_in_jp

Loaded suite test/unit/address_test
Started
E
Finished in 0.001887 seconds.

  1) Error:
test_address2_required_in_jp(AddressTest):
NoMethodError: You have a nil object when you didn't expect it!
You might have expected an instance of ActiveRecord::Base.
The error occurred while evaluating nil.[]
    test/unit/address_test.rb:195:in `test_address2_required_in_jp'
    test/test_helper.rb:134:in `run'

In 195th line I just used a fixture like addresses(:jp_address) which
worked well before rails upgrading.


Thanks,
Arun

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to