Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. after(:each) do
  2. FileUtils.remove_entry_secure(PROJECTS_ROOT) if File.exists? PROJECTS_ROOT
  3. File.unlink @file if File.exists? @file
  4. end
Add Comment
Please, Sign In to add comment