Sha256: cb8735ab5ad807fdf39ccfb872f4e26e7a3e15414cbc1b6e4dba957c6bc0950b

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

describe Unidom::Dictionary::DictionaryItem, type: :model do

  before :each do
  end

  after :each do
  end

  context do

    model_attributes = {
      dictionary_code: 'ZZZZ',
      code:            'OTHR',
      value:           'other'
    }

    it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unidom-dictionary-0.3 lib/rspec/models/unidom/dictionary/dictionary_item_spec.rb