Sha256: e48aea625144e5f4c832698a5204b3a5e202a696ca6757e21b0ac678a4332faf
Contents?: true
Size: 518 Bytes
Versions: 7
Compression:
Stored size: 518 Bytes
Contents
Feature: Move Along, Nothing To See Here Scenario: run the main script in a directory that is not a git working dir When I run `git-semaphore` Then the exit status should be 255 And the output should match /Error: "[^\042]*" is not a git working directory\.\.\. exiting!/ Scenario: run the main script in a directory that is a git working dir When I run `git-semaphore` in a git working dir Then the exit status should be 1 And the output should match /Coming soon! \(RuntimeError\)/
Version data entries
7 entries across 7 versions & 1 rubygems