Path: | lib/mspec/helpers/tmp.rb |
Last Update: | Tue May 14 05:58:30 +0000 2013 |
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. |