Sha256: 71743226ad8bb565673e988fe92a35528fdbb75b4eb034f1133383c923fd6d10

Contents?: true

Size: 462 Bytes

Versions: 4

Compression:

Stored size: 462 Bytes

Contents

require 'spec_helper'

SimpleCov.command_name('FeatureElement') unless RUBY_VERSION.to_s < '1.9.0'

describe 'FeatureElement, Unit' do

  clazz = CukeModeler::FeatureElement

  it_should_behave_like 'a feature element', clazz
  it_should_behave_like 'a nested element', clazz
  it_should_behave_like 'a prepopulated element', clazz
  it_should_behave_like 'a bare bones element', clazz


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

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cuke_modeler-0.2.0 spec/unit/feature_element_unit_spec.rb
cuke_modeler-0.1.0 spec/unit/feature_element_unit_spec.rb
cuke_modeler-0.0.2 spec/unit/feature_element_unit_spec.rb
cuke_modeler-0.0.1 spec/unit/feature_element_unit_spec.rb