Sha256: dc8d7a72aadd20eacca761143af48962ba9fa869e0ef233a62312ac417473224

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

Then /^the server returns a "(.*?)" reply$/ do |reply|
  expect(@reply).to eq reply + "\n"
end

Then /^the server returns a not necessary reply$/ do
  step 'the server returns a "202 Command not needed at this site" reply'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-2.0.1 features/step_definitions/success_replies.rb
ftpd-2.0.0 features/step_definitions/success_replies.rb