lib/belzebuth/wait_condition/file_exist.rb in belzebuth-0.2.0 vs lib/belzebuth/wait_condition/file_exist.rb in belzebuth-0.2.1
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
require "belzebuth/wait_condition/base"
module Belzebuth module WaitCondition
- class FileExist
+ class FileExist < Base
def initialize(file)
@file = file
end
def call(process)