Skip to content

simple wrapper around FakeFS to quickly stub a filesystem

Notifications You must be signed in to change notification settings

markijbema/FakedFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

For now this is just an idea, implementation has to follow ;)

In my tests I want to do

FakedFS.activate_with! {
  dir: {
    subdir: {
      file: "file content"
    },
    other_subdir: {
      empty_dir: {}
    }
  }  
}

# do stuff

FakedFS.deactivate!

About

simple wrapper around FakeFS to quickly stub a filesystem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published