summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/git_branch_feature_bar.txt14
-rw-r--r--spec/fixtures/git_branch_none.txt15
2 files changed, 29 insertions, 0 deletions
diff --git a/spec/fixtures/git_branch_feature_bar.txt b/spec/fixtures/git_branch_feature_bar.txt
new file mode 100644
index 0000000..72d5e20
--- /dev/null
+++ b/spec/fixtures/git_branch_feature_bar.txt
@@ -0,0 +1,14 @@
+ feature/foo
+* feature/bar
+ feature/baz
+ feature/quux
+ only/local
+ master
+ refactor/foo
+ origin/HEAD
+ origin/feature/foo
+ origin/feature/bar
+ origin/feature/baz
+ origin/feature/quux
+ origin/only/remote
+ origin/master
diff --git a/spec/fixtures/git_branch_none.txt b/spec/fixtures/git_branch_none.txt
new file mode 100644
index 0000000..7207c37
--- /dev/null
+++ b/spec/fixtures/git_branch_none.txt
@@ -0,0 +1,15 @@
+ feature/foo
+ feature/bar
+ feature/baz
+ feature/quux
+ only/local
+ master
+* (no branch)
+ refactor/foo
+ origin/HEAD
+ origin/feature/foo
+ origin/feature/bar
+ origin/feature/baz
+ origin/feature/quux
+ origin/only/remote
+ origin/master