Skip to content
  • Peter Leitzen's avatar
    Fix flaky spec related to non-existent directory · 265e6d69
    Peter Leitzen authored
    After we started running spec in random this spec started to fail
    because it tried to create a file in a non-existent directory
    `tmp/some`.
    
    This commit ensures that the required directory is created.
    
    It also prunes `tmp/*` before RSpec suite is run to ensure we start in a
    clean state.
    265e6d69