test/access/offer_test.rb in access-2.0.7 vs test/access/offer_test.rb in access-2.0.8

- old
+ new

@@ -21,9 +21,10 @@ assert_kind_of Array, offers_response.offers assert_kind_of Access::Offer, first_offer assert_kind_of Access::Category, first_offer.categories.first assert_kind_of Access::Store, first_offer.offer_store assert_kind_of Access::Location, first_offer.location + assert_kind_of Access::Geolocation, first_offer.location.geolocation assert_kind_of Access::Link, first_offer.links end end def test_offers_find