Sha256: 78ae9080e824bb68680aa22ff7281a8f260a318c9a78f0cff8bbe95388461403

Contents?: true

Size: 262 Bytes

Versions: 93

Compression:

Stored size: 262 Bytes

Contents

Given /^I have signed up on the web$/ do
  # just pretend we do
end

When /^I check my mailbox$/ do
  @answer = ask("What's in your mailbox? ", 3)
end

Then /^I should have an email containing "([^"]*)"$/ do |content|
  @answer.should =~ Regexp.new(content)
end

Version data entries

93 entries across 89 versions & 12 rubygems

Version Path
cucumber-0.9.3 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.9.2 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.9.1 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.9.0 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.5 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.4 fixtures/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.3 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.2 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.1 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.8.0 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.7.3 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.7.2 examples/tickets/features/step_definitons/half_manual_steps.rb
cucumber-0.7.1 examples/tickets/features/step_definitons/half_manual_steps.rb