Sha256: bc323d59253f6b3b61033883fd9798429d53289edde84a14e6089cd5ccdfa6e9
Contents?: true
Size: 902 Bytes
Versions: 15
Compression:
Stored size: 902 Bytes
Contents
Feature: ALLO As a client I want to reserve file system space So that my put will succeed Background: Given the test server is started Scenario: With count Given a successful login When the client successfully sends "ALLO 1024" Then the server returns a not necessary reply Scenario: With count and record size Given a successful login When the client successfully sends "ALLO 1024 R 128" Then the server returns a not necessary reply Scenario: Not logged in Given a successful connection When the client sends "ALLO 1024" Then the server returns a not logged in error Scenario: Missing argument Given a successful login When the client sends "ALLO" Then the server returns a syntax error Scenario: Invalid argument Given a successful login When the client sends "ALLO XYZ" Then the server returns a syntax error
Version data entries
15 entries across 15 versions & 2 rubygems