Sha256: 97ef7e1680a4eaf5aec35e5632a57029e4da5c8f3967f1eebef77a5fbb36f435

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

require 'spec_helper'

shared_examples_for 'a model' do

  describe 'common behavior' do

    it_should_behave_like 'a bare bones model'
    it_should_behave_like 'a prepopulated model'
    it_should_behave_like 'a nested model'
    it_should_behave_like 'a containing model'
    it_should_behave_like 'a stringifiable model'

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cuke_modeler-1.0.1 spec/unit/shared/models_unit_specs.rb
cuke_modeler-1.0.0 spec/unit/shared/models_unit_specs.rb