summaryrefslogtreecommitdiff
path: root/subplot/bumper.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/bumper.yaml')
-rw-r--r--subplot/bumper.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/subplot/bumper.yaml b/subplot/bumper.yaml
index f74c28e..7b95dac 100644
--- a/subplot/bumper.yaml
+++ b/subplot/bumper.yaml
@@ -1,2 +1,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