Raise a non implemented error
This commit is contained in:
parent
d98a06473e
commit
6a2a821c8a
@ -66,7 +66,7 @@ module FakeFS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def self.chroot(string)
|
def self.chroot(string)
|
||||||
# Not implemented yet
|
raise NotImplementedError
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.delete(string)
|
def self.delete(string)
|
||||||
|
Loading…
Reference in New Issue
Block a user