Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / ja_addition.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ja_addition.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/ja_addition.yml
new file mode 100644 (file)
index 0000000..6ac42d4
--- /dev/null
@@ -0,0 +1,21 @@
+feature:
+  title:        '加算'
+  keyword:      'フィーチャ'
+  language:     ja
+  line:         2
+  description:  |-
+    バカな間違いを避けるために
+    数学オンチとして
+    2つの数の合計を知りたい
+
+  scenarios:
+    -
+      type:     scenario
+      keyword:  'シナリオ'
+      title:    '2つの数の加算について'
+      line:     7
+      steps:
+        - { keyword_type: 'Given',  type: '前提',   text: '50 を入力',         line: 8 }
+        - { keyword_type: 'Given',  type: 'かつ',   text: '70 を入力',         line: 9 }
+        - { keyword_type: 'When',  type: 'もし',   text: 'add ボタンを押した',  line: 10 }
+        - { keyword_type: 'Then', type: 'ならば',  text: '結果は 120 を表示',  line: 11 }