spec/models/shelf_spec.rb in enju_library-0.2.0 vs spec/models/shelf_spec.rb in enju_library-0.2.1

- old
+ new

@@ -16,10 +16,10 @@ # # id :integer not null, primary key # name :string not null # display_name :text # note :text -# library_id :integer default(1), not null +# library_id :integer not null # items_count :integer default(0), not null # position :integer # created_at :datetime # updated_at :datetime # deleted_at :datetime