fix test
This commit is contained in:
parent
6667a33e67
commit
c961c1fdc5
|
|
@ -676,7 +676,7 @@ describe User do
|
|||
user.age.should == 9
|
||||
|
||||
user.birth_date = nil
|
||||
user.age.should == "unspecified"
|
||||
user.age.should == ""
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue