Sha256: d296a0b243d493a90968b9daf6d220027d92975c5cf0f6187604c85b7621b31c

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

@nil
Feature: Create a basic rest client that can get, put, post, and delete

@core @put @nil
@nil.S1
Scenario: client rest PUT
  Given I have a web service
  And I have "PUT" service for "/nil" that requires no body
  And I am a rest client
  When I "PUT" to the web service with no body
  Then I receive the no message

@core @post @nil
@nil.S2
Scenario: client rest POST
  Given I have a web service
  And I have "POST" service for "/nil" that requires no body
  And I am a rest client
  When I "POST" to the web service with no body
  Then I receive the no message

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rest_baby-1.6.0 features/nil_body.feature