Sha256: fdcce203f92ddf195727c41c1e39cda717015ebb17e0d988e75954fdd5658e0c

Contents?: true

Size: 218 Bytes

Versions: 1

Compression:

Stored size: 218 Bytes

Contents

# example of making your own matcher with the pickle backend
Then(/^#{capture_model} should be ingredient of #{capture_model}$/) do |ingredient, recipe|
  model(recipe).ingredients.should include(model(ingredient))
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pickle-dupe-0.1.0 features/step_definitions/recipe_steps.rb