Sha256: 2ba9e3e820ebbffbf177cf830b223fe6b46718470eb9d66c89dfb0d38de975f2
Contents?: true
Size: 564 Bytes
Versions: 7
Compression:
Stored size: 564 Bytes
Contents
Feature: Configuration, Configuration, Configuration Scenario: run the main script with tokens set in the git configuration Given a git repo in directory "blegga" with config: | semaphore.authtoken | foo | | semaphore.projecttoken | bar | When I run `git-semaphore --git-config` in "blegga" directory Then the exit status should be 0 And the output should match /git config --local --replace-all semaphore.authtoken "foo"/ And the output should match /git config --local --replace-all semaphore.projecttoken "bar"/
Version data entries
7 entries across 7 versions & 1 rubygems