Sha256: 23171ba15ecac2ddf4f070dc86e8c294e2a3eda585e914cb75279b1a364374a3

Contents?: true

Size: 256 Bytes

Versions: 98

Compression:

Stored size: 256 Bytes

Contents

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

Given /^plop$/ do
  raise "Only one plop!" if @plop
  @plop = true
end
 
When /^I barp$/ do
  @plop.should == true
end
 
When /^I wibble$/ do
  @plop.should == true
end

Version data entries

98 entries across 94 versions & 12 rubygems

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