Sha256: 20f09536f44d611d2b0ef66383607eb769f50c9fc7dd16a3a2f59c8041eb9a24

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 Bytes

Contents

require "#{File.dirname(__FILE__)}/../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

1 entries across 1 versions & 1 rubygems

Version Path
cucumber_analytics-1.6.0 testing/rspec/spec/unit/feature_element_unit_spec.rb