tmp.rb

Path: lib/mspec/helpers/tmp.rb
Last Update: Wed Apr 10 21:07:25 +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.

Constants

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.

[Validate]