Sha256: d00faa599caaaad2e53e75e516be7da0856ffcf5b8852c10750dc3fe403c7966

Contents?: true

Size: 540 Bytes

Versions: 3

Compression:

Stored size: 540 Bytes

Contents

describe Unidom::ArticleNumber::Marking, type: :model do

  before :each do
  end

  after :each do
  end

  context do

    model_attributes = {
      barcode_id:   SecureRandom.uuid,
      barcode_type: 'Unidom::ArticleNumber::Barcode::Mock',
      marked_id:    SecureRandom.uuid,
      marked_type:  'Unidom::ArticleNumber::Marked::Mock',
      marker_id:    SecureRandom.uuid,
      marker_type:  'Unidom::ArticleNumber::Marker::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-article_number-2.3.2 lib/rspec/models/unidom/article_number/marking_spec.rb
unidom-article_number-2.3.1 lib/rspec/models/unidom/article_number/marking_spec.rb
unidom-article_number-2.3 lib/rspec/models/unidom/article_number/marking_spec.rb