Sha256: 490c98f3641712df86888deb4e44cea913f7ec3796902144aaf76100aaf25616
Contents?: true
Size: 432 Bytes
Versions: 33
Compression:
Stored size: 432 Bytes
Contents
steps_for :step_calling do step 'visible callee' do @testing = 123 end step 'a visible step call' do step 'visible callee' @testing.should eq(123) end step 'an invisible step call' do step 'this is an unimplemented step' end step 'a global step call' do step 'there is a monster' @monster.should == 1 end step 'an included call' do step 'an auto-loaded step is available' end end
Version data entries
33 entries across 33 versions & 2 rubygems