Sha256: 032ceb3b2a20d1a62595ee4a66800fe6893dba36299216dc05a0e1dcc77a43bc
Contents?: true
Size: 253 Bytes
Versions: 2
Compression:
Stored size: 253 Bytes
Contents
require 'spec_helper' shared_examples_for 'a bare bones element' do # clazz must be defined by the calling file let(:element) { clazz.new } it 'can be initialized empty' do expect { clazz.new }.to_not raise_error end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-0.4.1 | spec/unit/bare_bones_unit_specs.rb |
cuke_modeler-0.4.0 | spec/unit/bare_bones_unit_specs.rb |