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

Version Path
gritano-0.1.7 features/command.feature
gritano-0.1.6 features/command.feature
gritano-0.1.5 features/command.feature
gritano-0.1.4 features/command.feature
gritano-0.1.3 features/command.feature
gritano-0.1.2 features/command.feature