spec/models/book.rb in
structure-0.10.0
vs spec/models/book.rb in
structure-0.11.0
- old
+ new
@@ -1,4 +1,4 @@
class Book < Structure key :title
- key :authors, :type => Array, :value => []
+ key :authors, Array, :value => []
end