spec/support/models/owner.rb in mongoid-8.1.7 vs spec/support/models/owner.rb in mongoid-9.0.0

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true +# rubocop:todo all class Owner include Mongoid::Document field :name has_many :events