hiptest-publisher 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/templates/gherkin/single_scenario.hbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5b3fb2759dfc72f4fba38bba5345445dd3f046c
|
4
|
+
data.tar.gz: 68f26399e20fcbbf8bf226fa1e8208d69c8a8a4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c57c18846b5d1afbd65f7f72488a5efa4b01cf79f2cc8ff17932fab04c2ddcc9786e3593087b86005f6395ec93e659d6d47e5abdab160263d6fd93671a1cb015
|
7
|
+
data.tar.gz: b112c143ca13a1e5d1c9094cec295e8379966c46d472d2b3cf60a468ddc2439e2eab27dd9fdc8946e3a1bfb59ecc3d4986939509971b1f02906ee2f4e87e750f
|
@@ -9,7 +9,7 @@ Examples:{{#indent}}
|
|
9
9
|
{{/indent}}{{/indent}}
|
10
10
|
{{else}}
|
11
11
|
{{#if has_tags?}}{{join rendered_children.tags ' '}}
|
12
|
-
{{/if}}Scenario: {{{ rendered_children.name }}}{{#if rendered_children.uid}} (uid:{{{rendered_children.uid}}}){{/if}}{{#indent}}
|
12
|
+
{{/if}}Scenario: {{{ rendered_children.name }}}{{#unless context.no_uids}}{{#if rendered_children.uid}} (uid:{{{rendered_children.uid}}}){{/if}}{{/unless}}{{#indent}}
|
13
13
|
{{#each rendered_children.body}}{{{ this }}}
|
14
14
|
{{/each}}
|
15
15
|
{{/indent}}
|