itriagetestrail 0.5.7 → 0.5.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d32153f293772e4cd7039291efbf8d2322936569
4
- data.tar.gz: ba3fded85ace915ef98374b2e87fb42cebba95cd
3
+ metadata.gz: e15c8856fa4681acc3c252fcc18b387ff4f450a5
4
+ data.tar.gz: d07175b6cd410ae7f0feab3d580c52149c71ab15
5
5
  SHA512:
6
- metadata.gz: 673ee94958fa75488a4f43446b87dca4da68b46fa4ba4482184f81c86de2fcbb628c16dbbccad964f4495b6554210261e7cc2ae1884000ae6e5a80ff0d86452f
7
- data.tar.gz: 92da52ea6355ea365aaefa997f06982b9e9daca40649b7665f9c8128ab3d04810048dd3f6bc9e9459b7a4a98063ffc48743b5191de040c4ffd72b47fe7e59f74
6
+ metadata.gz: 73e6907a83e874a81bfda43baf4ba5b32f971b4f3487d7bd5e4d8862aa9e56e15069c3938218a221e464df25e7a80187837bf941f310ec56304737da31f885c9
7
+ data.tar.gz: d9cc6a23c2010b334c3cf3ea8bbd84199e30e27d8e53ab3b7ef55e458e44da8aad00585d2d68b23924146e672f3570bd0c001510d8532616df2987c78e58a402
@@ -27,7 +27,7 @@ module Itriagetestrail
27
27
 
28
28
  def record_result(scenario)
29
29
  return if execute == false
30
- if scenario.class == Cucumber::RunningTestCase::ScenarioOutlineExample
30
+ if scenario.class.to_s == 'Cucumber::RunningTestCase::ScenarioOutlineExample'
31
31
  @external_id = "#{scenario.feature.short_name};#{scenario.name};#{scenario.cell_values}"[0,249]
32
32
  else
33
33
  @external_id = "#{scenario.feature.short_name};#{scenario.name}"
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '0.5.7'
2
+ VERSION = '0.5.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069