hiptest-publisher 1.10.5 → 1.10.6

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: 04c2a827bc1f8de668de52ee1f7a1a33c95aaeac
4
- data.tar.gz: c51f64bf7ab77ff2aa522e0a98c53c25210b7f81
3
+ metadata.gz: f0d23df147a69e159542fc9ae20ab2c2cec59355
4
+ data.tar.gz: d4cb3d8befb103d141f9d8f7e5740841277dc62d
5
5
  SHA512:
6
- metadata.gz: 80c0d224f09eb5b69868a86d985bdfd18a1d055f7a144831dca19675762b2e9aa1aa2308008927f4d0549dfc8e98d7c677b6b43a26665aee3b6d15c42af3436f
7
- data.tar.gz: 2f8ff608cecd1420912c3b304806a1b48ba3168d8b6f1d2892d899084f3b1416cea24ad3b13b7a3cbc47bd5a3fefceb7ffd7d9b6da7bb3c6150a832d2a74b8fc
6
+ metadata.gz: 3ff8e311f4a3e47277da91f3d2327a3fb774e084347dbdbfbf4e209b23e1303ee0a381912498e883f6984c7388e11b2c858cc83061b6fab014a042f814fa9c26
7
+ data.tar.gz: 552204ecc3e5cb631aecb02d6e097afe6209917a3e2ea27f636c7dc6e79df689a82790632c00dbfb622f80cb5312ed1d1e907e52f9caf97eee9e87240c9675e2
data/README.md CHANGED
@@ -210,4 +210,4 @@ See the [CONTRIBUTING](https://github.com/hiptest/hiptest-publisher/blob/master/
210
210
  Contributors
211
211
  ------------
212
212
 
213
- The @hiptest team, @mhfrantz, @tikolakin, @atulhm, @etorreborre, @daniel-kun, @weeksghost, @lostiniceland
213
+ The @hiptest team, @mhfrantz, @tikolakin, @atulhm, @etorreborre, @daniel-kun, @weeksghost, @lostiniceland, @ClaudiaJ
@@ -49,7 +49,7 @@ module Hiptest
49
49
  def code_annotation(call)
50
50
  call_annotation = annotation(call)
51
51
  if call_annotation
52
- if call_annotation == "And"
52
+ if ["And", "But"].include?(call_annotation)
53
53
  call_annotation = @last_annotation || "Given"
54
54
  end
55
55
  @last_annotation = call_annotation
@@ -1,7 +1,7 @@
1
1
  {{#if rendered_children.ancestor_tags}}{{#each rendered_children.ancestor_tags}}{{this}} {{/each}}{{#unless has_tags?}}
2
2
  {{/unless}}{{/if}}{{#if has_tags?}}{{join rendered_children.tags ' '}}
3
3
  {{/if}}Feature: {{{ rendered_children.name }}}{{#indent}}
4
- {{#if rendered_children.description}}{{#indent}}{{rendered_children.description}}{{/indent}}{{/if}}
4
+ {{#if rendered_children.description}}{{#indent}}{{#comment '#'}}{{rendered_children.description}}{{/comment}}{{/indent}}{{/if}}
5
5
  {{#unless is_empty?}}
6
6
  Background:{{#indent}}
7
7
  {{#each rendered_children.body}}{{{ this }}}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.5
4
+ version: 1.10.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-22 00:00:00.000000000 Z
11
+ date: 2018-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize