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