Path: | lib/mspec/helpers/tmp.rb |
Last Update: | Sun Apr 21 12:40:16 +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. |