Sha256: 59313607f0a1b8c930ec1d8a2c7cef0090f75b6c2bd3ac13d7522f1003789ebf

Contents?: true

Size: 236 Bytes

Versions: 4

Compression:

Stored size: 236 Bytes

Contents

# This file contains Cucumber hooks.
# It gets required automatically by Cucumber just because it has a .rb
# extension and resides under features/

Before do
end

After do
   if @agentIO
     Process.kill("TERM", @agentPID)
   end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ssh-locate-0.4.0 features/support/hooks.rb
ssh-locate-0.3.0 features/support/hooks.rb
ssh-locate-0.1.0 features/support/hooks.rb
ssh-locate-0.0.1 features/support/hooks.rb