Sha256: ac039b0ae6b688de7bfc06cfb9a9214226d3cc8ef6cc51df8ece63fc397cc802
Contents?: true
Size: 313 Bytes
Versions: 31
Compression:
Stored size: 313 Bytes
Contents
Feature: using scenario outlines Scenario Outline: a simple outline Given there is a monster called <name> Then the monster introduced himself: """ Ahhhhhhh! i'm <name>! """ Examples: | name | | John | | "John Smith" | | "O'Flannahan" |
Version data entries
31 entries across 31 versions & 2 rubygems