spec/models/person.rb in structure-0.7.1 vs spec/models/person.rb in structure-0.8.0

- old
+ new

@@ -1,6 +1,5 @@ class Person < Structure key :name key :age, :type => Integer - key :website, :type => URI has_many :friends end