summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-09-18 18:01:13 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-09-18 18:01:13 -0400
commitc92ede74bedda8b43df17abfe7528d3ddffe951a (patch)
treef0f4e4fe4ec2bb1d654d09f9a5bf636db4703ed6 /spec/fixtures
parentaeb3ea63ec561440c02f9d4c4d4c0ac3a1d096c9 (diff)
Add test for latest?
Also add some fixtures for previous tests.
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