Sha256: 82b8c9979410eb082510a8a82c17aea2bafda494d680bbfdc44a83540373f7a2

Contents?: true

Size: 287 Bytes

Versions: 46

Compression:

Stored size: 287 Bytes

Contents

require 'spec/expectations'

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

46 entries across 46 versions & 6 rubygems

Version Path
aslakhellesoy-cucumber-0.3.10 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11.3 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11.5 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11.6 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.11 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.2 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.3 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.4 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.5 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3.6 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.3 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.4 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.5 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.6.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.7.1 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.7.2 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.7.3 examples/self_test/features/support/env.rb
aslakhellesoy-cucumber-0.3.7.4 examples/self_test/features/support/env.rb