Added project to project linking
This commit is contained in:
11
classes/mock.rb
Normal file
11
classes/mock.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class MockManager
|
||||
attr :path, :error, :last_status, :last_pid
|
||||
|
||||
def initialize(path)
|
||||
@error = nil
|
||||
unless File.exist? (path)
|
||||
Dir.mkdir(path)
|
||||
end
|
||||
@path = path
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user