Sha256: 81f547f4559a3f58ba55a99972bd37404ea7965af48bd63dfafad5bf99b54d64
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
Feature: Command In order to restrict access to repositories As Gritano I want to know if a command is a read/write command Scenario Outline: Write command When I receive a "<command>" command Then I should see that it is a "<access>" access to "<repo>" Examples: | command | access | repo | | git-receive-pack proj.git | write | proj.git | | git-upload-pack proj.git | read | proj.git |
Version data entries
6 entries across 6 versions & 1 rubygems