Sha256: bf0b805b866cb568fd0dbaf283bda1960761db3912ae29cdf1e6ebaa0a74d373

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

When /^"([^"]*)" supplies his credentials$/ do |developer_name|
  When %{I type "#{developer_name}@example.com"}
  And %{I type "#{developer_name}_password"}
end

Then /^his API key is saved$/ do
  Then %{the file "#{config_directory}/authentication_token" should contain "#{@apikey}"}
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pairzone-0.0.1 features/step_definitions/authorisation_steps.rb