Sha256: e1994529e6b76627261bde9169b793d6e03ba0641d53139e7078b33c150f3084
Contents?: true
Size: 457 Bytes
Versions: 343
Compression:
Stored size: 457 Bytes
Contents
Feature: Sell cucumbers As a cucumber farmer I want to sell cucumbers So that I buy meat Scenario: Sell a dozen Given there are 5 cucumbers When I sell 12 cucumbers Then I should owe 7 cucumbers Scenario: Sell twenty Given there are 5 cucumbers When I sell 20 cucumbers Then I should owe 15 cucumbers Scenario: Sell fifty Given there are 5 cucumbers When I sell 50 cucumbers Then I should owe 45 cucumbers
Version data entries
343 entries across 341 versions & 29 rubygems