test_rail_integration 0.0.7.2 → 0.0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d175eb7db6b9f95e3e806b425e60385ab22940b9
4
- data.tar.gz: e08f7ebd32728c220fc7ae57c54bb8d3f9b973c6
3
+ metadata.gz: 53463bb0601ba054aca081dc32bda5cf61785304
4
+ data.tar.gz: 43a56fce830c6f885cd3cf6b1f1b8c169e918275
5
5
  SHA512:
6
- metadata.gz: 6150226b4fc6a7d1cf0f2f87f6694697975de6573b282aefc9539b5ba1571867bf35fb5513a25e168f457f14637c0c9e7b7850ed4842958f4fc5c48c23196716
7
- data.tar.gz: 5d4455518e4bfb73aea25bfbfa4504cf3b90ce18a826794a706a5253c0afd1d8dc6058d84cec980eb8ed8754c6cba0782e59964bf0ce8e8ca4493f9f39c09c60
6
+ metadata.gz: 02df729b66929c3eaa9ef0880faa3658f615d87e3c8b50816eb5fe93a3db4551464903837febb3294b3f6c4124655282cc0a5d48e8e3a4f0f4c2ffb15618ce9b
7
+ data.tar.gz: ea429469fb602d9a3618086503c5998b5c9e2fcc864bca22d481caed5013fa222c3483ae22b1506e1f79343c8fadfc4a9206075a687072ed0a7d283617e4b1e8
@@ -32,6 +32,7 @@ module TestRail
32
32
  #
33
33
  def to_test_rail_api
34
34
  comment_message = "#{self.comment[:comment]} \"#{self.title}\""
35
+ comment_message = "#{self.comment[:comment]} for #{Fixtures.instance['venture']} \"#{self.title}\"" unless Fixtures.instance['venture'].empty?
35
36
  comment_message += "\n Exception : #{self.exception_message}" unless self.exception_message.nil?
36
37
  comment_message += "\n #{self.previous_comment}" if self.comment[:status] == COMMENT[:fail][:status] || self.comment[:status] == COMMENT[:unchanged_pass][:status]
37
38
  if self.comment[:status] == COMMENT_STATUS
@@ -1,3 +1,3 @@
1
1
  module TestRailIntegration
2
- VERSION = "0.0.7.2"
2
+ VERSION = "0.0.7.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_rail_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.2
4
+ version: 0.0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirikami