mark
1
Hi,
I am just creating a unit test and I am being shown the following error,
has anyon any suggestions to how I can fix this?
- Error: test_size_of_attributes(BlogTest):
NoMethodError: undefined method net' for Blog:Class C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_r ecord/base.rb:1235:in
method_missing’
Thanks
mark
2
Dear Mark,
Can you post the test that is failing? Or all the tests if there are
not many?
Regards
Mikel
mark
4
David R. wrote:
Are you sure you don’t mean “blog = Blog.new(…” ?
doppler
that would be the problem! doh!
cheers
mark
5
Are you sure you don’t mean “blog = Blog.new(…” ?
doppler