Sha256: e2e37f6ae4e8e3a39abd5ed66bfa8f1599393dec7cfdca2bf32b1177e5848869
Contents?: true
Size: 680 Bytes
Versions: 27
Compression:
Stored size: 680 Bytes
Contents
Feature: Step comparison Step comparison using `==` is done based on 'significant' properties. Keywords, being completely interchangeable, do not affect step equality. Scenario: Comparison of steps Given a model for the following step: """ Given a step """ And a model for the following step: """ When a step """ And a model for the following step: """ Then a step """ When the models are compared Then all of them are equivalent But none of the models are equivalent with a model for the following step: """ And a step | plus this table | """
Version data entries
27 entries across 27 versions & 1 rubygems