summaryrefslogtreecommitdiff
path: root/subplot/bumper.yaml
blob: 7b95dac78e449d96d231f411e7915e983f953784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- given: "an installed Bumper"
  function: install_bumper

- given: "all files in {dirname} are committed to git"
  function: git_init_and_commit_everything

- given: "the HEAD commit in {dirname} is {varname}"
  function: remember_HEAD
  
- when: "I run, in {dirname}, {argv0}{args:text}"
  function: run_command_in_directory

- then: "in {dirname}, git tag {tag} is a signed tag pointing at <{varname}>"
  function: git_tag_points_at