Sha256: 7764117c6d5fc0a9ec5109f8c0703b19e6469b8528f52df0dfee5624fdb11128
Contents?: true
Size: 484 Bytes
Versions: 35
Compression:
Stored size: 484 Bytes
Contents
Feature: Cell output A cell model's string output is a Gherkin representation of itself. Scenario: Outputting a cell model Given the following gherkin: """ foo """ And a cell model based on that gherkin """ @model = CukeModeler::Cell.new(<source_text>) """ When the model is output as a string """ @model.to_s """ Then the following text is provided: """ foo """
Version data entries
35 entries across 35 versions & 1 rubygems