Step Definitions List
Search:
- All Step Definitions
- Given /^I have a secure web service$/ features/step_definitions/header_steps.rb:1
- Given /^I have "(GET|PUT|POST|DELETE)" service for "(.*?)" with the following headers$/ features/step_definitions/header_steps.rb:8
- When /^I have the following headers?$/ features/step_definitions/header_steps.rb:13
- Given /^I have basic auth for user "(.*?)" and password "(.*?)"$/ features/step_definitions/header_steps.rb:17
- Given /^I have a web service$/ features/step_definitions/rest_client_steps.rb:3
- Given /^I have "(GET|PUT|POST|DELETE)" service for "(.*?)"$/ features/step_definitions/rest_client_steps.rb:10
- Given /^I have "(GET|PUT|POST|DELETE)" service for "(.*?)" as follows$/ features/step_definitions/rest_client_steps.rb:15
- Given /^I am a rest client$/ features/step_definitions/rest_client_steps.rb:20
- When /^I "(GET|DELETE)" from the web service$/ features/step_definitions/rest_client_steps.rb:24
- When /^I "(PUT|POST)" to the web service with the following$/ features/step_definitions/rest_client_steps.rb:34
- When /^I pause$/ features/step_definitions/rest_client_steps.rb:43
- Then /^I receive the expected message$/ features/step_definitions/rest_client_steps.rb:47
- Then /^I receive the following$/ features/step_definitions/rest_client_steps.rb:52
- Then /^the response prints like the following$/ features/step_definitions/rest_client_steps.rb:57