Sha256: e2fa25fb2d7433fcc4a0cbb805eb6fce9646891f9a01a693ea67f25d7793f4cf
Contents?: true
Size: 600 Bytes
Versions: 11
Compression:
Stored size: 600 Bytes
Contents
Given /^I have a remote server$/ do pending # express the regexp above with the code you wish you had end Given /^I apply the <%= @project %> role\/recipe$/ do pending # express the regexp above with the code you wish you had end Given /^run Chef$/ do pending # express the regexp above with the code you wish you had end When /^I connect to the remote server from the test server$/ do pending # express the regexp above with the code you wish you had end Then /^the <%= @project %> server behaves as it should$/ do pending # express the regexp above with the code you wish you had end
Version data entries
11 entries across 11 versions & 1 rubygems