Sha256: a3b1160398a896192f08ab9e33d93346b367875157b98a82a6d72f3513b2afd8
Contents?: true
Size: 386 Bytes
Versions: 30
Compression:
Stored size: 386 Bytes
Contents
begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end $KCODE = 'u' unless Cucumber::RUBY_1_9 Before('@not_used') do raise "Should never run" end After('@not_used') do raise "Should never run" end Before('@background_tagged_before_on_outline') do @cukes = '888' end After('@background_tagged_before_on_outline') do @cukes.should == '888' end
Version data entries
30 entries across 30 versions & 3 rubygems