Sha256: 56b1ed090dcc30e703204e500747325550f5450eafd8831832bef6a929887303

Contents?: true

Size: 261 Bytes

Versions: 8

Compression:

Stored size: 261 Bytes

Contents

require 'construct'
require 'fileutils'

Then(/^it should create a pid file in "([^"]*)"$/) do |file|
  expect(File.exist?(file)).to equal(true)
end

Then(/^it should remove the pid file in "([^"]*)"$/) do |file|
  expect(File.exist?(file)).to equal(false)
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
electric_eye-0.1.4 features/step_definitions/electric_eye_steps.rb
electric_eye-0.1.3 features/step_definitions/electric_eye_steps.rb
electric_eye-0.1.1 features/step_definitions/electric_eye_steps.rb
electric_eye-0.1.0 features/step_definitions/electric_eye_steps.rb
electric_eye-0.0.5 features/step_definitions/electric_eye_steps.rb
electric_eye-0.0.3 features/step_definitions/electric_eye_steps.rb
electric_eye-0.0.2 features/step_definitions/electric_eye_steps.rb
electric_eye-0.0.1 features/step_definitions/electric_eye_steps.rb