Sha256: 3a3ab809643fd73919b3970c331244b4f49e376e770bf8cda70aba3ebe4b60c8

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 Bytes

Contents

require 'spec_helper'

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

describe 'FeatureElement, Unit' do

  let(:clazz) { CukeModeler::FeatureElement }

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


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

end

Version data entries

1 entries across 1 versions & 1 rubygems

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