Sha256: 98ca8f4c81577cbea176f2c71914eda1d43c6392ed571b2ed9a2744f9b72dd48

Contents?: true

Size: 653 Bytes

Versions: 2

Compression:

Stored size: 653 Bytes

Contents

Feature: http features
  In order to use the utility client calls
  As a developer
  I want to make some requests and inspect some responses

  @connection_needed
  Scenario: Make a restful post to yahoo
    When I post some data to yahoo
	Then I should get a response

  @connection_needed
  Scenario: Make a restful get
    When I make a restful get request
	Then I should get a response
	And I should see some text

  @connection_needed
  Scenario: Get some RSS
    When I request some RSS
	Then I should get a response
    And I should receive some headlines

  Scenario: Work with RSS
    Given I have some RSS
	Then I should receive some headlines

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sshingler-jkl-0.0.5 features/http.feature
sshingler-jkl-0.0.6 features/http.feature