mercurd 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/mercurd/generators/feature/feature.txt +9 -1
- data/lib/mercurd/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9297fdfd1133a92792aa78ae470cdf728a998d7421b8808a117f22e1a9812669
|
|
4
|
+
data.tar.gz: 187e42769314476b1126fed4a4ef0e57797848ab92fcc8c7251066e6f56dd78f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 347847744f6b89034f06d4564f9eaf558a45d6e907330a2eca0f7beb048d5c855d8f0cbc36c0e31324bf4f0902759f664c47c51b115eaeba32f34e8f77227294
|
|
7
|
+
data.tar.gz: 8929f402a2268406c331c7ef8a95a2269d584861713ddfd3ec2608b69c86d735baa16fad8b4a8cbc3a89fc7ede387583713cbaab3581dbbc45dc0b44b141c445
|
data/Gemfile.lock
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
+
# language: e
|
|
1
2
|
Feature: <feature name>
|
|
2
3
|
As a <user or stakeholder type>
|
|
3
4
|
I want <some software feature>
|
|
4
|
-
So that <some business value>
|
|
5
|
+
So that <some business value>
|
|
6
|
+
|
|
7
|
+
@wip
|
|
8
|
+
Scenario: <scenario name>
|
|
9
|
+
Given <the context>
|
|
10
|
+
When <the event(s)>
|
|
11
|
+
Then <the outcome(s)>
|
|
12
|
+
|
data/lib/mercurd/version.rb
CHANGED