class FileMaker
def create(path)
FileUtils.touch(path, noop: true)
end
end

it "creates the given file" do
MemFs.activate ...