Guest User

Untitled

a guest
Jul 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. irb(main):002:0> FileUtils.touch '/foo'
  2. => ["/foo"]
  3. irb(main):003:0> FakeFS.activate!
  4. => true
  5. irb(main):004:0> FileUtils.touch '/bar'
  6. Errno::ENOENT: No such file or directory - /bar
  7. from ./lib/fakefs/fileutils.rb:130:in `touch'
  8. from ./lib/fakefs/fileutils.rb:124:in `each'
  9. from ./lib/fakefs/fileutils.rb:124:in `touch'
  10. from (irb):4
Add Comment
Please, Sign In to add comment