Sha256: 7e34015894e55c1b350cf5180073c53e6b991491017cba6c118384189321ad6b

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

step "that Customer :customer_number is a valid customer" do
end

step "that the product, named ':product', is a valid product" do
end

step "the customer has purchased the product" do
  skip # pending step
end

step "I expect the customer to be a member of the ':product_type' group" do
end

placeholder :product_type do
  match %r{(Product A|Product B|Product C)}
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
yard-gherkin-turnip-1.0.2 example/step_definitions/customer.step.rb
yard-gherkin-turnip-1.0.1 example/step_definitions/customer.step.rb
yard-gherkin-turnip-1.0.0 example/step_definitions/customer.step.rb