Updated to Drupal 8.5. Core Media not yet in use.
[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
deleted file mode 100644 (file)
index 6ac42d4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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 }