diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-18 12:50:07 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-18 12:50:07 +0200 |
| commit | 967fec48f96e35ec0ea204e68c8aca35a386cbf7 (patch) | |
| tree | 94b61fd7001f69d4d7599b33900e3ad4c4b57f3f /test | |
| parent | 2ea74a7ce93bc4759243cb6054b8d70a73e5716a (diff) | |
rename temp dir
Diffstat (limited to 'test')
| -rw-r--r-- | test/lib/dslkeywords/file_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lib/dslkeywords/file_test.rb b/test/lib/dslkeywords/file_test.rb index 1a636b8..de1615a 100644 --- a/test/lib/dslkeywords/file_test.rb +++ b/test/lib/dslkeywords/file_test.rb @@ -4,8 +4,8 @@ require 'fileutils' require_relative '../../../lib/dsl' class RCMFileTest < Minitest::Test - FILE_PATH = './.file_test.tmp'.freeze - DIR_PATH = './.dir_test.tmp'.freeze + FILE_PATH = './.file_test.rcmtmp'.freeze + DIR_PATH = './.dir_test.rcmtmp'.freeze Minitest.after_run do File.unlink(FILE_PATH) if File.file?(FILE_PATH) @@ -26,7 +26,7 @@ class RCMFileTest < Minitest::Test def test_create_file_from_sourcefile text = 'Hello World!' - source_path = "#{FILE_PATH}.source.tmp" + source_path = "#{FILE_PATH}.source.rcmtmp" File.write(source_path, text) configure_from_scratch do |
