Displaying 1 result from an estimated 1 matches for "e5496ad3".
2007 May 27
3
[NoMethodError] simple problem
I think this test should pass but it doesn''t
1)
NoMethodError in ''Person should return full name''
undefined method `full_name?'' for #<Person:0x3567964>
./spec/models/person_spec.rb:43:
describe Person do
it "should return full name" do
person = Person.new
person.should be_full_name
end
end
class Person < ActiveRecord::Base
def