Sha256: 69e460932fb5c7baf9f761cec31fecb4174cdd35d81ffe24ee132e9660bb7c39
Contents?: true
Size: 347 Bytes
Versions: 13
Compression:
Stored size: 347 Bytes
Contents
require "#{File.dirname(__FILE__)}/../../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
13 entries across 13 versions & 1 rubygems