Path: | lib/mspec/helpers/tmp.rb |
Last Update: | Wed Aug 22 08:19:36 +0000 2012 |
Creates a temporary directory in the current working directory for temporary files created while running the specs. All specs should clean up any temporary files created so that the temp directory is empty when the process exits.
SPEC_TEMP_DIR | = | "#{File.expand_path(Dir.pwd)}/rubyspec_temp" | Creates a temporary directory in the current working directory for temporary files created while running the specs. All specs should clean up any temporary files created so that the temp directory is empty when the process exits. |