itriagetestrail 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/itriagetestrail.rb +1 -2
- data/lib/itriagetestrail/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b86c0b80c4ba6e1b8f74d079b6fc50b9cd832ea
|
4
|
+
data.tar.gz: c6960e8913b13ee53a4f46ec4c5b5e94ed476a28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 701885a45848c448ac2e6376a0c4a83775a6218b0dd1cd09abf46e6e6b0a6d1fc75c07f3386f9422198ae02464d677f1484fa41d45781abf89d6b7de80400fc2
|
7
|
+
data.tar.gz: 237958bb45ca7cbcb51eef48a37a3a0a9ad9a232dc945a0d36fe8dd9e9b109b179545f667bb556650374451022015f35b956f80d706389e425f6fdd892c2cf5e
|
data/lib/itriagetestrail.rb
CHANGED
@@ -432,8 +432,7 @@ module Itriagetestrail
|
|
432
432
|
|
433
433
|
# This method is only used publicly
|
434
434
|
def initialize_temp_files
|
435
|
-
|
436
|
-
FileUtils.mkdir_p(dir) unless File.exists?(dir)
|
435
|
+
Dir.mkdir('./tmp') unless File.exists?('./tmp')
|
437
436
|
File.write('./tmp/testrail_id', @run_id.to_s)
|
438
437
|
File.write('./tmp/testrail_ids', '')
|
439
438
|
@shared_run = true
|