Sha256: 151c633fe607655ebc58a254b7a73dc51c359665997cef7836d9397ec3d20af3

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 Bytes

Contents

Given(/^a user configuration file with:$/) do |string|
  step %Q(a file named "~/.config/password_changer/application.yaml" with:), string
end

Given(/^a file with user identities named "(.*?)" with:$/) do |name, string|
  content = []
  content << '"name","old_password","new_password"'
  content << string

  step %Q(a file named "#{name}.csv" with:), content.join("\n")
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
password_changer-0.0.4 features/step_definitions.rb
password_changer-0.0.3 features/step_definitions.rb