Sha256: b2510c46ed74b0014eebb1d8863af309024298a6c2c7a6f52e4cb8882d371256
Contents?: true
Size: 284 Bytes
Versions: 1
Compression:
Stored size: 284 Bytes
Contents
require "#{File.dirname(__FILE__)}/../spec_helper" shared_examples_for 'a prepopulated element' do |clazz| before(:each) do @element = clazz.new end it 'can take an argument' do expect(clazz.instance_method(:initialize).arity != 0).to be true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber_analytics-1.6.0 | testing/rspec/spec/unit/prepopulated_unit_specs.rb |