Sha256: f89f80769a260dcafbc855ae8b4d664bc8699dca1814fce704cc93553dcb1ced
Contents?: true
Size: 481 Bytes
Versions: 29
Compression:
Stored size: 481 Bytes
Contents
Feature: Syntax Errors As a client I want good error messages So that I can figure out what went wrong Background: Given the test server is started Scenario: Empty command Given a successful connection When the client sends an empty command Then the server returns a syntax error Scenario: Command contains non-word characters Given a successful connection When the client sends a non-word command Then the server returns a syntax error
Version data entries
29 entries across 29 versions & 2 rubygems