test_rail_integration 0.0.7.4 → 0.0.7.5

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: eba122e94c1da8bf25c4d8815cb2a5600cb3eec9
4
- data.tar.gz: d916cf71858bd759a0e7f85cb9c6c19d5c4eee6f
3
+ metadata.gz: e23e9787ab227680d64e6260417202facbef45f8
4
+ data.tar.gz: eea9783e6858a99f2930ebeb311108d21aecdfc9
5
5
  SHA512:
6
- metadata.gz: f169ef1e35e6b88217e9d4811a1ed63e0567ae3704e2461a0e36105ef1fceb512e1e195e6815921f7c28705d2e79f443101dbb8b95df9fc0f1ce9792c098776e
7
- data.tar.gz: 6bfc85a7d911c63ae63fa42f39281d7cde09864afc0492deab3e99879c58a7576e1146156342f53fa9c58c3351925c4d1c5b604b94835b7dde1b80fd2af4ef56
6
+ metadata.gz: 381ea1e6478b8c36a0fc724ed1d2441f2117be26fccae96ee878054fd3d4192eb252ce2649e4b34f9c8978266b37ecf68a4b0b2ec89a3bd27a40c68e6dcebc57
7
+ data.tar.gz: 2fc1a474e3d9c3c4718eb7cb78da81297cceadf65f76fa35784f59aaa2c8a5029a4f4efb180969d1c18f3ebd335a86a8055ebdb51ebf34a8e391579cbeed86aa
@@ -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 = "**[#{Fixtures.instance['venture']}]** #{self.comment[:comment]} for \"#{self.title}\"" unless Fixtures.instance['venture'].empty?
35
+ comment_message = "**[#{Fixtures.instance['venture']}]** #{self.comment[:comment]} for \"#{self.title}\"" unless defined?(Fixtures.instance['venture']).nil?
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.4"
2
+ VERSION = "0.0.7.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_rail_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.4
4
+ version: 0.0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirikami
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-10 00:00:00.000000000 Z
11
+ date: 2015-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler