This commit is contained in:
Brian Smith 2015-02-22 22:36:15 -05:00
parent 6667a33e67
commit c961c1fdc5
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ describe User do
user.age.should == 9
user.birth_date = nil
user.age.should == "unspecified"
user.age.should == ""
end
end