Displaying 1 result from an estimated 1 matches for "18efd0c1".
2007 May 27
3
[NoMethodError] simple problem
...ull name" do
person = Person.new
person.should be_full_name
end
end
class Person < ActiveRecord::Base
def full_name
true
end
end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070527/18efd0c1/attachment.html