Sha256: f3ea27cb052e2f721a6cecc8ebf90d0f357deac016026a988f390d96aab2231c

Contents?: true

Size: 232 Bytes

Versions: 14

Compression:

Stored size: 232 Bytes

Contents

require 'spec_helper'

shared_examples_for 'a bare bones element' do |clazz|

  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

14 entries across 14 versions & 2 rubygems

Version Path
cuke_modeler-0.2.0 spec/unit/bare_bones_unit_specs.rb
cuke_modeler-0.1.0 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.5.2 spec/unit/bare_bones_unit_specs.rb
cuke_modeler-0.0.2 spec/unit/bare_bones_unit_specs.rb
cuke_modeler-0.0.1 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.5.1 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.5.0 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.4.2 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.4.1 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.4.0 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.3.0 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.2.0 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.1.1 spec/unit/bare_bones_unit_specs.rb
cucumber_analytics-1.0.0 spec/unit/bare_bones_unit_specs.rb