Commit f48fbce36d826f4d6333d23985be7dbcd2fbe83a

Authored by Andrew Kane
1 parent 6da28b85

Fixed tests

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/test_helper.rb
... ... @@ -53,6 +53,7 @@ if defined?(Mongoid)
53 53 field :color
54 54 field :latitude, type: BigDecimal
55 55 field :longitude, type: BigDecimal
  56 + field :description
56 57 end
57 58  
58 59 class Store
... ...