spec/support/feed/item.rb in mongoid-scroll-0.1.0 vs spec/support/feed/item.rb in mongoid-scroll-0.2.0

- old
+ new

@@ -1,9 +1,8 @@ module Feed class Item include Mongoid::Document - field :a_field field :a_integer, type: Integer field :a_string, type: String field :a_datetime, type: DateTime field :a_date, type: Date field :a_time, type: Time