Sha256: 732efa00ae225064516b37861b8b376620f3a8e0ee19937e38f10aa1f0f119f3
Contents?: true
Size: 315 Bytes
Versions: 2
Compression:
Stored size: 315 Bytes
Contents
require 'spec_helper' shared_examples_for 'a model, integration' do # clazz must be defined by the calling file let(:model) { clazz.new } describe 'unique behavior' do it 'inherits from the common model class' do expect(model).to be_a(CukeModeler::Model) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-1.0.1 | spec/integration/shared/models_integration_specs.rb |
cuke_modeler-1.0.0 | spec/integration/shared/models_integration_specs.rb |