Sha256: 29f29789dcb19792ae6cbbe3269dc5a9cf76cf21087be1076515b09d277bd34f
Contents?: true
Size: 713 Bytes
Versions: 36
Compression:
Stored size: 713 Bytes
Contents
Feature: A simple feature Scenario: Interpolation with quotes Given there is a monster called "John Smith" Then it should be called "John Smith" Scenario: Interpolation with empty quotes Given there is a monster called "John Smith" When I change its name to "" Then it should be nameless Scenario: Interpolation without quotes Given there is a monster called John Then it should be called "John" Scenario: Interpolation with mixed quotes Given there is a monster called "O'Flannahan" Then it should be called "O'Flannahan" Scenario: Interpolation with customer regexp Given there are 3 monkeys with blue hair Then there should be 3 monkeys with blue hair
Version data entries
36 entries across 36 versions & 2 rubygems