Commit c69cc0aafd0c8b9c97bd50705af69e3a42bbf50a

Authored by Andrew Kane
1 parent e20575a4

Fixed Mongoid tests

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/test_helper.rb
... ... @@ -76,6 +76,7 @@ if defined?(Mongoid)
76 76  
77 77 class Store
78 78 include Mongoid::Document
  79 + has_many :products
79 80  
80 81 field :name
81 82 end
... ...