Sha256: a4d1116d59b72c98db09d97482af4e6e88f2c6c3d2e3fd705004a46284fc11c5
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
describe Unidom::Geo::Locating, type: :model do before :each do end after :each do end context do model_attributes = { location_id: SecureRandom.uuid, located_id: SecureRandom.uuid, located_type: 'Unidom::Geo::Located::Mock', locator_id: SecureRandom.uuid, locator_type: 'Unidom::Geo::Locator::Mock' } it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
unidom-geo-1.5.2 | lib/rspec/models/unidom/geo/locating_spec.rb |
unidom-geo-1.5.1 | lib/rspec/models/unidom/geo/locating_spec.rb |
unidom-geo-1.5 | lib/rspec/models/unidom/geo/locating_spec.rb |