Sha256: 14e3237b22866cd1d76a73cdda30f3827005b57fc84158ae8460fa8eaaf8caa3
Contents?: true
Size: 447 Bytes
Versions: 50
Compression:
Stored size: 447 Bytes
Contents
Feature: Import I want to import YAML into a factbase Scenario: Simple import of a small YAML Given I make a temp directory Then I have a "simple.yaml" file with content: """ - foo: 42 bar: 2024-03-04T22:22:22Z t: Hello, world! - z: 3.14 """ Then I run bin/judges with "--verbose import simple.yaml simple.fb" Then Stdout contains "Import of 2 facts finished" And Exit code is zero
Version data entries
50 entries across 50 versions & 1 rubygems