spec/models/mongoid/entry.rb in bullet-5.6.0 vs spec/models/mongoid/entry.rb in bullet-5.6.1

- old
+ new

@@ -1,7 +1,7 @@ class Mongoid::Entry include Mongoid::Document field :name - belongs_to :category, :class_name => "Mongoid::Category" + belongs_to :category, :class_name => 'Mongoid::Category' end