Sha256: a09589de113e2b0f5681539ab41df711b747b096974f213ece1dfbf982904e24

Contents?: true

Size: 273 Bytes

Versions: 1

Compression:

Stored size: 273 Bytes

Contents

require 'spec_helper'

shared_examples_for 'a bare bones element' do

  # clazz must be defined by the calling file

  before(:each) do
    @element = clazz.new
  end

  it 'can be initialized empty' do
    expect { clazz.new }.to_not raise_error
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cuke_modeler-0.3.0 spec/unit/bare_bones_unit_specs.rb