test_rail_integration 0.0.7.3 → 0.0.7.4

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: 53463bb0601ba054aca081dc32bda5cf61785304
4
- data.tar.gz: 43a56fce830c6f885cd3cf6b1f1b8c169e918275
3
+ metadata.gz: eba122e94c1da8bf25c4d8815cb2a5600cb3eec9
4
+ data.tar.gz: d916cf71858bd759a0e7f85cb9c6c19d5c4eee6f
5
5
  SHA512:
6
- metadata.gz: 02df729b66929c3eaa9ef0880faa3658f615d87e3c8b50816eb5fe93a3db4551464903837febb3294b3f6c4124655282cc0a5d48e8e3a4f0f4c2ffb15618ce9b
7
- data.tar.gz: ea429469fb602d9a3618086503c5998b5c9e2fcc864bca22d481caed5013fa222c3483ae22b1506e1f79343c8fadfc4a9206075a687072ed0a7d283617e4b1e8
6
+ metadata.gz: f169ef1e35e6b88217e9d4811a1ed63e0567ae3704e2461a0e36105ef1fceb512e1e195e6815921f7c28705d2e79f443101dbb8b95df9fc0f1ce9792c098776e
7
+ data.tar.gz: 6bfc85a7d911c63ae63fa42f39281d7cde09864afc0492deab3e99879c58a7576e1146156342f53fa9c58c3351925c4d1c5b604b94835b7dde1b80fd2af4ef56
@@ -32,7 +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
+ comment_message = "**[#{Fixtures.instance['venture']}]** #{self.comment[:comment]} for \"#{self.title}\"" unless Fixtures.instance['venture'].empty?
36
36
  comment_message += "\n Exception : #{self.exception_message}" unless self.exception_message.nil?
37
37
  comment_message += "\n #{self.previous_comment}" if self.comment[:status] == COMMENT[:fail][:status] || self.comment[:status] == COMMENT[:unchanged_pass][:status]
38
38
  if self.comment[:status] == COMMENT_STATUS
@@ -1,3 +1,3 @@
1
1
  module TestRailIntegration
2
- VERSION = "0.0.7.3"
2
+ VERSION = "0.0.7.4"
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.3
4
+ version: 0.0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirikami