82 83 84
# File 'snapshot/lib/snapshot/test_command_generator_base.rb', line 82 def derived_data_path Snapshot.cache[:derived_data_path] ||= (Snapshot.config[:derived_data_path] || Dir.mktmpdir("snapshot_derived")) end