Sha256: 03f0dbfed03544e9a2134c686f72f3098650edc5ce8bdcd18d21026fce8405f1

Contents?: true

Size: 327 Bytes

Versions: 76

Compression:

Stored size: 327 Bytes

Contents

require 'spec/expectations'
$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

76 entries across 76 versions & 9 rubygems

Version Path
aslakhellesoy-cucumber-0.3.100 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.101.2 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.102.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.102.2 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.102 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.103 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.104 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11.200907091518 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.90 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.92 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.93.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.93 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.94.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.94 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.95 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.96 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.97 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.98 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.99 examples/self_test/features/support/env.rb
kosmas58-cucumber-0.3.100 examples/self_test/features/support/env.rb