Sha256: d0daeff25a2e9b9964078644fae28b1d478d08595c66b5f8bbd262c9103d5b8a

Contents?: true

Size: 314 Bytes

Versions: 98

Compression:

Stored size: 314 Bytes

Contents

begin require 'rspec/expectations'; rescue LoadError; require 'spec/expectations'; end

Before('@i_am_so_special') do
  @something_special = 10
end

After('@i_am_so_special') do
  @something_special.should == 20
end

When /special me goes to town/ do
  @something_special.should == 10
  @something_special = 20
end

Version data entries

98 entries across 94 versions & 12 rubygems

Version Path
honeybadger-2.4.0 vendor/gems/ruby/2.2.0/gems/cucumber-1.3.18/fixtures/tickets/features/229/tagged_hooks.rb
honeybadger-2.4.0 vendor/gems/ruby/2.1.0/gems/cucumber-1.3.16/fixtures/tickets/features/229/tagged_hooks.rb
honeybadger-2.4.0 vendor/gems/ruby/1.9.1/gems/cucumber-1.3.18/fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.20 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.19 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.18 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.17 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.16 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.15 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.14 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.13 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.12 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.11 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.10 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.9 fixtures/tickets/features/229/tagged_hooks.rb
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/fixtures/tickets/features/229/tagged_hooks.rb
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/fixtures/tickets/features/229/tagged_hooks.rb
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.8 fixtures/tickets/features/229/tagged_hooks.rb
cucumber-1.3.7 fixtures/tickets/features/229/tagged_hooks.rb