Sha256: e1cc41a710db07b59264ab4bfe30cebf92a17cc375996c5f3a8bc83cf6c57718

Contents?: true

Size: 468 Bytes

Versions: 10

Compression:

Stored size: 468 Bytes

Contents

require 'spec_helper'

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

describe 'FeatureElement, Unit' do

  clazz = CucumberAnalytics::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

10 entries across 10 versions & 1 rubygems

Version Path
cucumber_analytics-1.5.2 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.5.1 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.5.0 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.4.2 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.4.1 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.4.0 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.3.0 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.2.0 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.1.1 spec/unit/feature_element_unit_spec.rb
cucumber_analytics-1.0.0 spec/unit/feature_element_unit_spec.rb