summaryrefslogtreecommitdiff
path: root/subplot/data.yaml
blob: 8006240181c833418e354866a8162b60e9c5d3b9 (plain)
1
2
3
4
5
6
7
8
9
10
- given: >
    a file (?P<filename>\\S+) containing "(?P<data>.*)"
  regex: true
  function: create_file_with_given_data

- given: "a file {filename} containing some random data"
  function: create_file_with_random_data

- then: "data in {live} and {restore} match"
  function: live_and_restored_data_match