Sha256: b2ee48bdcd36b7af0c5c597d68eb6a5afcb0fe07a8403be4ef557160c0b4117f
Contents?: true
Size: 823 Bytes
Versions: 7
Compression:
Stored size: 823 Bytes
Contents
Feature: It's Where You Can Find Me Scenario: print out the working directory Given a git repo in directory "foo/bar/qux_blegga" When I run `git-semaphore --working-dir` in "foo/bar/qux_blegga" directory Then the exit status should be 0 And the output should contain "foo/bar" Scenario: print out the project name Given a git repo in directory "foo/bar/qux_blegga" When I run `git-semaphore --project-name` in "foo/bar/qux_blegga" directory Then the exit status should be 0 And the output should contain "qux_blegga" Scenario: print out the branch name Given a git repo in directory "foo/bar/qux_blegga" When I run `git-semaphore --branch-name` in "foo/bar/qux_blegga" directory Then the exit status should be 0 And the output should contain "master"
Version data entries
7 entries across 7 versions & 1 rubygems