Sha256: 7e48fd6f8badb37a986379a758e32fa4b8a8143b835ae08d014262f0fb37ebb6

Contents?: true

Size: 234 Bytes

Versions: 1

Compression:

Stored size: 234 Bytes

Contents

When /^the client is idle for (\S+) seconds$/ do |seconds|
  sleep seconds.to_f
end

Then /^the client is connected$/ do
  @client.should be_connected
end

Then /^the client is not connected$/ do
  @client.should_not be_connected
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ftpd-0.5.0 features/step_definitions/timeout.rb