cucumber 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (424) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +32 -4
  3. data/README.md +6 -5
  4. data/lib/cucumber/cli/options.rb +3 -1
  5. data/lib/cucumber/errors.rb +1 -1
  6. data/lib/cucumber/events.rb +0 -1
  7. data/lib/cucumber/events/test_step_finished.rb +0 -2
  8. data/lib/cucumber/events/test_step_started.rb +0 -2
  9. data/lib/cucumber/filters/quit.rb +0 -1
  10. data/lib/cucumber/formatter/html.rb +1 -1
  11. data/lib/cucumber/formatter/html_builder.rb +1 -1
  12. data/lib/cucumber/formatter/ignore_missing_messages.rb +0 -1
  13. data/lib/cucumber/formatter/json.rb +1 -1
  14. data/lib/cucumber/formatter/json_pretty.rb +0 -1
  15. data/lib/cucumber/formatter/rerun.rb +1 -1
  16. data/lib/cucumber/formatter/summary.rb +0 -1
  17. data/lib/cucumber/glue/proto_world.rb +2 -0
  18. data/lib/cucumber/glue/world_factory.rb +1 -1
  19. data/lib/cucumber/multiline_argument.rb +1 -1
  20. data/lib/cucumber/multiline_argument/data_table.rb +6 -10
  21. data/lib/cucumber/multiline_argument/data_table/diff_matrices.rb +0 -1
  22. data/lib/cucumber/step_definitions.rb +1 -1
  23. data/lib/cucumber/step_match.rb +1 -1
  24. data/lib/cucumber/step_match_search.rb +1 -1
  25. data/lib/cucumber/version +1 -1
  26. metadata +25 -563
  27. data/.coveralls.yml +0 -1
  28. data/.cucumberproignore +0 -6
  29. data/.gitattributes +0 -32
  30. data/.github/ISSUE_TEMPLATE.md +0 -48
  31. data/.github/PULL_REQUEST_TEMPLATE.md +0 -40
  32. data/.rspec +0 -1
  33. data/.rubocop.yml +0 -13
  34. data/.rubocop_todo.yml +0 -991
  35. data/.ruby-gemset +0 -1
  36. data/.travis.yml +0 -70
  37. data/.yardopts +0 -1
  38. data/Gemfile +0 -28
  39. data/Rakefile +0 -32
  40. data/appveyor.yml +0 -27
  41. data/cucumber.gemspec +0 -52
  42. data/cucumber.yml +0 -19
  43. data/examples/i18n/README.textile +0 -3
  44. data/examples/i18n/Rakefile +0 -33
  45. data/examples/i18n/ar/Rakefile +0 -6
  46. data/examples/i18n/ar/features/addition.feature +0 -17
  47. data/examples/i18n/ar/features/step_definitions/calculator_steps.rb +0 -29
  48. data/examples/i18n/ar/lib/calculator.rb +0 -11
  49. data/examples/i18n/bg/Rakefile +0 -6
  50. data/examples/i18n/bg/features/addition.feature +0 -12
  51. data/examples/i18n/bg/features/consecutive_calculations.feature +0 -19
  52. data/examples/i18n/bg/features/division.feature +0 -17
  53. data/examples/i18n/bg/features/step_definitions/calculator_steps.rb +0 -24
  54. data/examples/i18n/bg/features/support/env.rb +0 -10
  55. data/examples/i18n/bg/features/support/world.rb +0 -8
  56. data/examples/i18n/bg/lib/calculator.rb +0 -25
  57. data/examples/i18n/ca/Rakefile +0 -6
  58. data/examples/i18n/ca/features/step_definitions/calculator_steps.rb +0 -26
  59. data/examples/i18n/ca/features/suma.feature +0 -17
  60. data/examples/i18n/ca/lib/calculadora.rb +0 -16
  61. data/examples/i18n/cs/Rakefile +0 -6
  62. data/examples/i18n/cs/features/addition.feature +0 -17
  63. data/examples/i18n/cs/features/division.feature +0 -11
  64. data/examples/i18n/cs/features/step_definitions/calculator_steps.rb +0 -29
  65. data/examples/i18n/cs/lib/calculator.rb +0 -14
  66. data/examples/i18n/da/Rakefile +0 -6
  67. data/examples/i18n/da/features/sammenlaegning.feature +0 -18
  68. data/examples/i18n/da/features/step_definitions/lommeregner_steps.rb +0 -29
  69. data/examples/i18n/da/lib/lommeregner.rb +0 -11
  70. data/examples/i18n/de/Rakefile +0 -6
  71. data/examples/i18n/de/features/addition.feature +0 -17
  72. data/examples/i18n/de/features/division.feature +0 -10
  73. data/examples/i18n/de/features/step_definitions/calculator_steps.rb +0 -29
  74. data/examples/i18n/de/lib/calculator.rb +0 -14
  75. data/examples/i18n/el/Rakefile +0 -6
  76. data/examples/i18n/el/features/addition.feature +0 -17
  77. data/examples/i18n/el/features/division.feature +0 -10
  78. data/examples/i18n/el/features/step_definitions/calculator_steps.rb +0 -29
  79. data/examples/i18n/el/lib/calculator.rb +0 -14
  80. data/examples/i18n/en-lol/Rakefile +0 -4
  81. data/examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb +0 -16
  82. data/examples/i18n/en-lol/features/stuffing.feature +0 -8
  83. data/examples/i18n/en-lol/features/support/env.rb +0 -11
  84. data/examples/i18n/en-lol/lib/basket.rb +0 -12
  85. data/examples/i18n/en-lol/lib/belly.rb +0 -11
  86. data/examples/i18n/en/Rakefile +0 -6
  87. data/examples/i18n/en/features/addition.feature +0 -17
  88. data/examples/i18n/en/features/division.feature +0 -10
  89. data/examples/i18n/en/features/step_definitions/calculator_steps.rb +0 -29
  90. data/examples/i18n/en/lib/calculator.rb +0 -14
  91. data/examples/i18n/eo/Rakefile +0 -6
  92. data/examples/i18n/eo/features/adicio.feature +0 -17
  93. data/examples/i18n/eo/features/divido.feature +0 -10
  94. data/examples/i18n/eo/features/step_definitions/calculator_steps.rb +0 -29
  95. data/examples/i18n/eo/lib/calculator.rb +0 -14
  96. data/examples/i18n/es/Rakefile +0 -6
  97. data/examples/i18n/es/features/adicion.feature +0 -17
  98. data/examples/i18n/es/features/step_definitions/calculador_steps.rb +0 -26
  99. data/examples/i18n/es/lib/calculador.rb +0 -14
  100. data/examples/i18n/et/Rakefile +0 -6
  101. data/examples/i18n/et/features/jagamine.feature +0 -10
  102. data/examples/i18n/et/features/liitmine.feature +0 -17
  103. data/examples/i18n/et/features/step_definitions/kalkulaator_steps.rb +0 -29
  104. data/examples/i18n/et/lib/kalkulaator.rb +0 -14
  105. data/examples/i18n/fi/Rakefile +0 -6
  106. data/examples/i18n/fi/features/jakolasku.feature +0 -10
  107. data/examples/i18n/fi/features/step_definitions/laskin_steps.rb +0 -29
  108. data/examples/i18n/fi/features/yhteenlasku.feature +0 -17
  109. data/examples/i18n/fi/lib/laskin.rb +0 -14
  110. data/examples/i18n/fr/Rakefile +0 -8
  111. data/examples/i18n/fr/features/addition.feature +0 -18
  112. data/examples/i18n/fr/features/addition2.feature +0 -17
  113. data/examples/i18n/fr/features/step_definitions/calculatrice_steps.rb +0 -32
  114. data/examples/i18n/fr/features/support/env.rb +0 -10
  115. data/examples/i18n/fr/lib/calculatrice.rb +0 -10
  116. data/examples/i18n/he/Rakefile +0 -6
  117. data/examples/i18n/he/features/addition.feature +0 -17
  118. data/examples/i18n/he/features/division.feature +0 -10
  119. data/examples/i18n/he/features/step_definitions/calculator_steps.rb +0 -29
  120. data/examples/i18n/he/lib/calculator.rb +0 -15
  121. data/examples/i18n/hi/Rakefile +0 -6
  122. data/examples/i18n/hi/features/addition.feature +0 -16
  123. data/examples/i18n/hi/features/division.feature +0 -10
  124. data/examples/i18n/hi/features/step_definitions/calculator_steps.rb +0 -29
  125. data/examples/i18n/hi/lib/calculator.rb +0 -15
  126. data/examples/i18n/ht/Rakefile +0 -6
  127. data/examples/i18n/ht/features/adisyon.feature +0 -17
  128. data/examples/i18n/ht/features/divizyon.feature +0 -10
  129. data/examples/i18n/ht/features/step_definitions/kalkilatris_steps.rb +0 -29
  130. data/examples/i18n/ht/lib/kalkilatris.rb +0 -14
  131. data/examples/i18n/hu/Rakefile +0 -6
  132. data/examples/i18n/hu/features/osszeadas.feature +0 -17
  133. data/examples/i18n/hu/features/osztas.feature +0 -10
  134. data/examples/i18n/hu/features/step_definitions/calculator_steps.rb +0 -30
  135. data/examples/i18n/hu/lib/calculator.rb +0 -14
  136. data/examples/i18n/id/Rakefile +0 -6
  137. data/examples/i18n/id/features/addition.feature +0 -17
  138. data/examples/i18n/id/features/division.feature +0 -10
  139. data/examples/i18n/id/features/step_definitions/calculator_steps.rb +0 -29
  140. data/examples/i18n/id/lib/calculator.rb +0 -14
  141. data/examples/i18n/it/Rakefile +0 -6
  142. data/examples/i18n/it/features/somma.feature +0 -11
  143. data/examples/i18n/it/features/step_definitions/calcolatrice_steps.rb +0 -29
  144. data/examples/i18n/it/lib/calcolatrice.rb +0 -11
  145. data/examples/i18n/ja/Rakefile +0 -6
  146. data/examples/i18n/ja/features/addition.feature +0 -17
  147. data/examples/i18n/ja/features/division.feature +0 -10
  148. data/examples/i18n/ja/features/step_definitions/calculator_steps.rb +0 -19
  149. data/examples/i18n/ja/features/support/env.rb +0 -10
  150. data/examples/i18n/ja/lib/calculator.rb +0 -14
  151. data/examples/i18n/ko/Rakefile +0 -6
  152. data/examples/i18n/ko/features/addition.feature +0 -17
  153. data/examples/i18n/ko/features/division.feature +0 -11
  154. data/examples/i18n/ko/features/step_definitions/calculator_steps.rb +0 -29
  155. data/examples/i18n/ko/lib/calculator.rb +0 -14
  156. data/examples/i18n/lt/Rakefile +0 -6
  157. data/examples/i18n/lt/features/addition.feature +0 -17
  158. data/examples/i18n/lt/features/division.feature +0 -10
  159. data/examples/i18n/lt/features/step_definitions/calculator_steps.rb +0 -29
  160. data/examples/i18n/lt/lib/calculator.rb +0 -14
  161. data/examples/i18n/lv/Rakefile +0 -6
  162. data/examples/i18n/lv/features/addition.feature +0 -17
  163. data/examples/i18n/lv/features/division.feature +0 -10
  164. data/examples/i18n/lv/features/step_definitions/calculator_steps.rb +0 -29
  165. data/examples/i18n/lv/lib/calculator.rb +0 -14
  166. data/examples/i18n/no/Rakefile +0 -6
  167. data/examples/i18n/no/features/step_definitions/kalkulator_steps.rb +0 -17
  168. data/examples/i18n/no/features/summering.feature +0 -19
  169. data/examples/i18n/no/features/support/env.rb +0 -11
  170. data/examples/i18n/no/lib/kalkulator.rb +0 -11
  171. data/examples/i18n/pl/Rakefile +0 -6
  172. data/examples/i18n/pl/features/addition.feature +0 -17
  173. data/examples/i18n/pl/features/division.feature +0 -10
  174. data/examples/i18n/pl/features/step_definitions/calculator_steps.rb +0 -29
  175. data/examples/i18n/pl/features/support/env.rb +0 -10
  176. data/examples/i18n/pl/lib/calculator.rb +0 -14
  177. data/examples/i18n/pt/Rakefile +0 -6
  178. data/examples/i18n/pt/features/adicao.feature +0 -11
  179. data/examples/i18n/pt/features/step_definitions/calculadora_steps.rb +0 -20
  180. data/examples/i18n/pt/features/support/env.rb +0 -10
  181. data/examples/i18n/pt/lib/calculadora.rb +0 -10
  182. data/examples/i18n/ro/Rakefile +0 -6
  183. data/examples/i18n/ro/features/adunare.feature +0 -12
  184. data/examples/i18n/ro/features/step_definitions/calculator_steps.rb +0 -26
  185. data/examples/i18n/ro/lib/calculator.rb +0 -11
  186. data/examples/i18n/ru/Rakefile +0 -6
  187. data/examples/i18n/ru/features/addition.feature +0 -11
  188. data/examples/i18n/ru/features/consecutive_calculations.feature +0 -17
  189. data/examples/i18n/ru/features/division.feature +0 -16
  190. data/examples/i18n/ru/features/step_definitions/calculator_steps.rb +0 -19
  191. data/examples/i18n/ru/features/support/env.rb +0 -10
  192. data/examples/i18n/ru/features/support/world.rb +0 -8
  193. data/examples/i18n/ru/lib/calculator.rb +0 -25
  194. data/examples/i18n/sk/Rakefile +0 -6
  195. data/examples/i18n/sk/features/addition.feature +0 -17
  196. data/examples/i18n/sk/features/division.feature +0 -10
  197. data/examples/i18n/sk/features/step_definitions/calculator_steps.rb +0 -29
  198. data/examples/i18n/sk/lib/calculator.rb +0 -14
  199. data/examples/i18n/sr-Cyrl/Rakefile +0 -6
  200. data/examples/i18n/sr-Cyrl/features/sabiranje.feature +0 -18
  201. data/examples/i18n/sr-Cyrl/features/step_definitions/calculator_steps.rb +0 -20
  202. data/examples/i18n/sr-Cyrl/features/support/env.rb +0 -10
  203. data/examples/i18n/sr-Cyrl/lib/calculator.rb +0 -12
  204. data/examples/i18n/sr-Latn/Rakefile +0 -6
  205. data/examples/i18n/sr-Latn/features/sabiranje.feature +0 -18
  206. data/examples/i18n/sr-Latn/features/step_definitions/calculator_steps.rb +0 -29
  207. data/examples/i18n/sr-Latn/lib/calculator.rb +0 -12
  208. data/examples/i18n/sv/Rakefile +0 -6
  209. data/examples/i18n/sv/features/step_definitions/kalkulator_steps.rb +0 -29
  210. data/examples/i18n/sv/features/summering.feature +0 -18
  211. data/examples/i18n/sv/lib/kalkulator.rb +0 -11
  212. data/examples/i18n/tr/Rakefile +0 -6
  213. data/examples/i18n/tr/features/bolme.feature +0 -10
  214. data/examples/i18n/tr/features/step_definitions/hesap_makinesi_adimlari.rb +0 -29
  215. data/examples/i18n/tr/features/toplama.feature +0 -18
  216. data/examples/i18n/tr/lib/hesap_makinesi.rb +0 -15
  217. data/examples/i18n/uk/Rakefile +0 -6
  218. data/examples/i18n/uk/features/addition.feature +0 -11
  219. data/examples/i18n/uk/features/consecutive_calculations.feature +0 -17
  220. data/examples/i18n/uk/features/division.feature +0 -16
  221. data/examples/i18n/uk/features/step_definitions/calculator_steps.rb +0 -19
  222. data/examples/i18n/uk/features/support/env.rb +0 -10
  223. data/examples/i18n/uk/features/support/world.rb +0 -8
  224. data/examples/i18n/uk/lib/calculator.rb +0 -25
  225. data/examples/i18n/uz/Rakefile +0 -6
  226. data/examples/i18n/uz/features/addition.feature +0 -10
  227. data/examples/i18n/uz/features/consecutive_calculations.feature +0 -17
  228. data/examples/i18n/uz/features/division.feature +0 -17
  229. data/examples/i18n/uz/features/step_definitions/calculator_steps.rb +0 -19
  230. data/examples/i18n/uz/features/support/env.rb +0 -10
  231. data/examples/i18n/uz/features/support/world.rb +0 -8
  232. data/examples/i18n/uz/lib/calculator.rb +0 -25
  233. data/examples/i18n/zh-CN/Rakefile +0 -4
  234. data/examples/i18n/zh-CN/features/addition.feature +0 -18
  235. data/examples/i18n/zh-CN/features/step_definitions/calculator_steps.rb +0 -31
  236. data/examples/i18n/zh-CN/lib/calculator.rb +0 -10
  237. data/examples/i18n/zh-TW/Rakefile +0 -4
  238. data/examples/i18n/zh-TW/features/addition.feature +0 -17
  239. data/examples/i18n/zh-TW/features/division.feature +0 -11
  240. data/examples/i18n/zh-TW/features/step_definitions/calculator_steps.rb +0 -29
  241. data/examples/i18n/zh-TW/lib/calculator.rb +0 -14
  242. data/examples/rspec_doubles/Rakefile +0 -4
  243. data/examples/rspec_doubles/features/mocking.feature +0 -9
  244. data/examples/rspec_doubles/features/step_definitions/calvin_steps.rb +0 -19
  245. data/examples/rspec_doubles/features/support/env.rb +0 -12
  246. data/examples/sinatra/README.textile +0 -13
  247. data/examples/sinatra/Rakefile +0 -6
  248. data/examples/sinatra/app.rb +0 -14
  249. data/examples/sinatra/features/add.feature +0 -11
  250. data/examples/sinatra/features/step_definitions/add_steps.rb +0 -15
  251. data/examples/sinatra/features/support/env.rb +0 -15
  252. data/examples/sinatra/views/add.erb +0 -7
  253. data/examples/sinatra/views/layout.erb +0 -8
  254. data/examples/tcl/README.textile +0 -11
  255. data/examples/tcl/Rakefile +0 -6
  256. data/examples/tcl/features/fibonnacci.feature +0 -17
  257. data/examples/tcl/features/step_definitions/fib_steps.rb +0 -7
  258. data/examples/tcl/features/support/env.rb +0 -7
  259. data/examples/tcl/src/fib.tcl +0 -3
  260. data/examples/test_unit/Gemfile +0 -4
  261. data/examples/test_unit/Rakefile +0 -6
  262. data/examples/test_unit/features/step_definitions/test_unit_steps.rb +0 -20
  263. data/examples/test_unit/features/test_unit.feature +0 -9
  264. data/examples/watir/README.textile +0 -16
  265. data/examples/watir/Rakefile +0 -12
  266. data/examples/watir/cucumber.yml +0 -1
  267. data/examples/watir/features/search.feature +0 -12
  268. data/examples/watir/features/step_definitions/search_steps.rb +0 -27
  269. data/examples/watir/features/support/env.rb +0 -39
  270. data/examples/watir/features/support/screenshots.rb +0 -47
  271. data/features/docs/api/list_step_defs_as_json.feature +0 -64
  272. data/features/docs/api/listen_for_events.feature +0 -59
  273. data/features/docs/api/run_cli_main_with_existing_runtime.feature +0 -27
  274. data/features/docs/cli/backtraces.feature +0 -36
  275. data/features/docs/cli/dry_run.feature +0 -73
  276. data/features/docs/cli/exclude_files.feature +0 -18
  277. data/features/docs/cli/execute_with_tag_filter.feature +0 -119
  278. data/features/docs/cli/fail_fast.feature +0 -48
  279. data/features/docs/cli/finding_steps.feature +0 -28
  280. data/features/docs/cli/help.feature +0 -8
  281. data/features/docs/cli/i18n.feature +0 -42
  282. data/features/docs/cli/randomize.feature +0 -140
  283. data/features/docs/cli/require.feature +0 -27
  284. data/features/docs/cli/retry_failing_tests.feature +0 -92
  285. data/features/docs/cli/run_scenarios_matching_name.feature +0 -105
  286. data/features/docs/cli/run_specific_scenarios.feature +0 -77
  287. data/features/docs/cli/showing_differences.feature +0 -43
  288. data/features/docs/cli/specifying_multiple_formatters.feature +0 -68
  289. data/features/docs/cli/strict_mode.feature +0 -70
  290. data/features/docs/defining_steps/ambiguous_steps.feature +0 -89
  291. data/features/docs/defining_steps/nested_steps.feature +0 -181
  292. data/features/docs/defining_steps/nested_steps_i18n.feature +0 -37
  293. data/features/docs/defining_steps/nested_steps_with_second_arg.feature +0 -56
  294. data/features/docs/defining_steps/one_line_step_definitions.feature +0 -65
  295. data/features/docs/defining_steps/printing_messages.feature +0 -147
  296. data/features/docs/defining_steps/skip_scenario.feature +0 -31
  297. data/features/docs/defining_steps/snippets.feature +0 -56
  298. data/features/docs/defining_steps/table_diffing.feature +0 -50
  299. data/features/docs/events/gherkin_source_read_event.feature +0 -43
  300. data/features/docs/events/step_activated_event.feature +0 -36
  301. data/features/docs/events/step_definition_registered_event.feature +0 -29
  302. data/features/docs/events/test_case_finished_event.feature +0 -35
  303. data/features/docs/events/test_case_started_event.feature +0 -54
  304. data/features/docs/events/test_run_finished_event.feature +0 -40
  305. data/features/docs/events/test_run_started_event.feature +0 -41
  306. data/features/docs/events/test_step_finished_event.feature +0 -47
  307. data/features/docs/events/test_step_started_event.feature +0 -43
  308. data/features/docs/exception_in_after_hook.feature +0 -127
  309. data/features/docs/exception_in_after_step_hook.feature +0 -104
  310. data/features/docs/exception_in_around_hook.feature +0 -80
  311. data/features/docs/exception_in_before_hook.feature +0 -98
  312. data/features/docs/extending_cucumber/custom_filter.feature +0 -29
  313. data/features/docs/extending_cucumber/custom_formatter.feature +0 -94
  314. data/features/docs/formatters/api_methods.feature +0 -37
  315. data/features/docs/formatters/html_formatter.feature +0 -91
  316. data/features/docs/formatters/json_formatter.feature +0 -767
  317. data/features/docs/formatters/junit_formatter.feature +0 -455
  318. data/features/docs/formatters/pretty_formatter.feature +0 -74
  319. data/features/docs/formatters/progress_formatter.feature +0 -32
  320. data/features/docs/formatters/rerun_formatter.feature +0 -190
  321. data/features/docs/formatters/summary_formatter.feature +0 -35
  322. data/features/docs/formatters/usage_formatter.feature +0 -101
  323. data/features/docs/getting_started.feature +0 -28
  324. data/features/docs/gherkin/background.feature +0 -548
  325. data/features/docs/gherkin/doc_strings.feature +0 -76
  326. data/features/docs/gherkin/expand_option_for_outlines.feature +0 -47
  327. data/features/docs/gherkin/language_from_header.feature +0 -32
  328. data/features/docs/gherkin/outlines.feature +0 -158
  329. data/features/docs/gherkin/unicode_table.feature +0 -33
  330. data/features/docs/gherkin/using_descriptions.feature +0 -83
  331. data/features/docs/gherkin/using_star_notation.feature +0 -37
  332. data/features/docs/iso-8859-1.feature +0 -6
  333. data/features/docs/post_configuration_hook.feature +0 -33
  334. data/features/docs/profiles.feature +0 -120
  335. data/features/docs/rake_task.feature +0 -146
  336. data/features/docs/raketask.feature +0 -46
  337. data/features/docs/work_in_progress.feature +0 -157
  338. data/features/docs/writing_support_code/after_hooks.feature +0 -102
  339. data/features/docs/writing_support_code/after_step_hooks.feature +0 -55
  340. data/features/docs/writing_support_code/around_hooks.feature +0 -266
  341. data/features/docs/writing_support_code/before_hook.feature +0 -66
  342. data/features/docs/writing_support_code/hook_order.feature +0 -63
  343. data/features/docs/writing_support_code/load_path.feature +0 -17
  344. data/features/docs/writing_support_code/parameter_types.feature +0 -69
  345. data/features/docs/writing_support_code/state.feature +0 -32
  346. data/features/docs/writing_support_code/tagged_hooks.feature +0 -95
  347. data/features/docs/writing_support_code/world.feature +0 -129
  348. data/features/lib/step_definitions/aruba_steps.rb +0 -21
  349. data/features/lib/step_definitions/cli_steps.rb +0 -4
  350. data/features/lib/step_definitions/cucumber_steps.rb +0 -75
  351. data/features/lib/step_definitions/iso-8859-1_steps.rb +0 -16
  352. data/features/lib/step_definitions/json_steps.rb +0 -8
  353. data/features/lib/step_definitions/junit_steps.rb +0 -14
  354. data/features/lib/step_definitions/language_steps.rb +0 -9
  355. data/features/lib/step_definitions/profile_steps.rb +0 -16
  356. data/features/lib/step_definitions/retry_steps.rb +0 -55
  357. data/features/lib/step_definitions/ruby_steps.rb +0 -4
  358. data/features/lib/support/env.rb +0 -22
  359. data/features/lib/support/fake_wire_server.rb +0 -94
  360. data/features/lib/support/feature_factory.rb +0 -68
  361. data/features/lib/support/normalise_output.rb +0 -52
  362. data/features/lib/support/parameter_types.rb +0 -5
  363. data/gem_tasks/contributors.rake +0 -19
  364. data/gem_tasks/cov.rake +0 -6
  365. data/gem_tasks/downloads.rb +0 -8
  366. data/gem_tasks/environment.rake +0 -4
  367. data/gem_tasks/examples.rake +0 -12
  368. data/gem_tasks/fix_cr_lf.rake +0 -22
  369. data/gem_tasks/flog.rake +0 -5
  370. data/gem_tasks/rspec.rake +0 -7
  371. data/gem_tasks/sass.rake +0 -5
  372. data/gem_tasks/stats +0 -16
  373. data/gem_tasks/versions.txt +0 -74
  374. data/scripts/invite-collaborator +0 -40
  375. data/scripts/update-changelog +0 -86
  376. data/spec/cucumber/cli/configuration_spec.rb +0 -446
  377. data/spec/cucumber/cli/main_spec.rb +0 -84
  378. data/spec/cucumber/cli/options_spec.rb +0 -445
  379. data/spec/cucumber/cli/profile_loader_spec.rb +0 -66
  380. data/spec/cucumber/cli/rerun_spec.rb +0 -86
  381. data/spec/cucumber/configuration_spec.rb +0 -148
  382. data/spec/cucumber/constantize_spec.rb +0 -20
  383. data/spec/cucumber/events_spec.rb +0 -9
  384. data/spec/cucumber/file_specs_spec.rb +0 -61
  385. data/spec/cucumber/filters/activate_steps_spec.rb +0 -152
  386. data/spec/cucumber/filters/gated_receiver_spec.rb +0 -48
  387. data/spec/cucumber/filters/retry_spec.rb +0 -98
  388. data/spec/cucumber/filters/tag_limits/test_case_index_spec.rb +0 -39
  389. data/spec/cucumber/filters/tag_limits/verifier_spec.rb +0 -58
  390. data/spec/cucumber/filters/tag_limits_spec.rb +0 -60
  391. data/spec/cucumber/formatter/ansicolor_spec.rb +0 -33
  392. data/spec/cucumber/formatter/backtrace_filter_spec.rb +0 -32
  393. data/spec/cucumber/formatter/console_counts_spec.rb +0 -14
  394. data/spec/cucumber/formatter/duration_spec.rb +0 -23
  395. data/spec/cucumber/formatter/fail_fast_spec.rb +0 -88
  396. data/spec/cucumber/formatter/html_spec.rb +0 -543
  397. data/spec/cucumber/formatter/interceptor_spec.rb +0 -137
  398. data/spec/cucumber/formatter/json_spec.rb +0 -815
  399. data/spec/cucumber/formatter/junit_spec.rb +0 -251
  400. data/spec/cucumber/formatter/legacy_api/adapter_spec.rb +0 -2175
  401. data/spec/cucumber/formatter/pretty_spec.rb +0 -907
  402. data/spec/cucumber/formatter/progress_spec.rb +0 -170
  403. data/spec/cucumber/formatter/rerun_spec.rb +0 -97
  404. data/spec/cucumber/formatter/spec_helper.rb +0 -84
  405. data/spec/cucumber/glue/proto_world_spec.rb +0 -63
  406. data/spec/cucumber/glue/registry_and_more_spec.rb +0 -213
  407. data/spec/cucumber/glue/snippet_spec.rb +0 -174
  408. data/spec/cucumber/glue/step_definition_spec.rb +0 -207
  409. data/spec/cucumber/hooks_spec.rb +0 -31
  410. data/spec/cucumber/multiline_argument/data_table_spec.rb +0 -653
  411. data/spec/cucumber/project_initializer_spec.rb +0 -88
  412. data/spec/cucumber/rake/forked_spec.rb +0 -58
  413. data/spec/cucumber/rake/task_spec.rb +0 -86
  414. data/spec/cucumber/running_test_case_spec.rb +0 -140
  415. data/spec/cucumber/runtime/for_programming_languages_spec.rb +0 -8
  416. data/spec/cucumber/runtime/support_code_spec.rb +0 -17
  417. data/spec/cucumber/runtime_spec.rb +0 -21
  418. data/spec/cucumber/sell_cucumbers.feature +0 -19
  419. data/spec/cucumber/step_argument_spec.rb +0 -19
  420. data/spec/cucumber/step_match_search_spec.rb +0 -113
  421. data/spec/cucumber/step_match_spec.rb +0 -86
  422. data/spec/cucumber/world/pending_spec.rb +0 -48
  423. data/spec/spec_helper.rb +0 -30
  424. data/spec/support/standard_step_actions.rb +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59a692d9b2bb6abe44ffda39687077d9a9875ac6
4
- data.tar.gz: 68b322f2c42b48b161c37af0d5ceb6e80f7604a6
3
+ metadata.gz: 9ec5d9a669243f25746c71a44877f3db8c5ce993
4
+ data.tar.gz: 514d163d359d7626cef2c2670992faf8cb6211b7
5
5
  SHA512:
6
- metadata.gz: bd06621e7445264cb47e0a9a9ef77274d682de78dbf7519d620283aadd82dbee7a0aa3491b37142f9e370355a40de6b048d55742366ae3d0cad1f853433f32b6
7
- data.tar.gz: fe939354cfd699bcdf9381bc5f4ed59d041c4cfb8ce33c438671ce49ee6754ee3a4bc728ffb3f1a95f16539d01760d66c89f8ac52ded72b537889bb4ba091098
6
+ metadata.gz: 9028e785c7f4f43bcd11aa4e4e44a976fa434901c2df26d4b5ec55e4b41bee69439646e0f179eeab1504de9b388d62fccf3fd71f49d44cddcc68f0052c3dfcb7
7
+ data.tar.gz: cacc57c3d621b6682a2fb739fae0c69e7235ec46c71e36383b5e23938cca378a63a67799a3ae75427ff36f1320ed8fba4260c00299351443a25fb2a1f47b2836
@@ -10,25 +10,53 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
10
10
 
11
11
  ----
12
12
 
13
- ## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.0.1...master) (Not released)
13
+ ## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.0.2...master) (Not released)
14
+
15
+ ### Added
16
+
17
+ * N/A
14
18
 
15
19
  ### Changed
16
20
 
17
21
  * N/A
18
22
 
19
- ### Added
23
+ ### Deprecated
20
24
 
21
25
  * N/A
22
26
 
23
- ### Fixed
27
+ ### Removed
24
28
 
25
29
  * N/A
26
30
 
31
+ ### Fixed
32
+
33
+ * N/A
34
+
27
35
  ### Improved
28
36
 
29
37
  * N/A
30
38
 
31
- ## [In Git](https://github.com/cucumber/cucumber-ruby/compare/v3.0.0...3.0.1) (2017-09-29)
39
+ ## [3.0.2](https://github.com/cucumber/cucumber-ruby/compare/v3.0.1...v3.0.2) (2017-11-11)
40
+
41
+ ### Removed
42
+
43
+ * Cucumber is no longer tested on Ruby 2.1 and below.
44
+
45
+ ### Fixed
46
+
47
+ * Fix html reporter with more than one embedded screenshot ([#1216](https://github.com/cucumber/cucumber-ruby/pull/1216) [@nonkor](https://github.com/nonkor))
48
+ * Change test expectation to handle Ruby's unstable sorting ([#1210](https://github.com/cucumber/cucumber-ruby/pull/1210) [@jaysonesmith](https://github.com/jaysonesmith))
49
+ * Fix the printing of newlines in the rerun formatter - a problem introduced in [#1162](https://github.com/cucumber/cucumber-ruby/issues/1162) ([#1207](https://github.com/cucumber/cucumber-ruby/issues/1207) [@brasmusson](https://github.com/brasmusson))
50
+ * Handle the `--retry` option in profiles ([#1050](https://github.com/cucumber/cucumber-ruby/issues/1050) [@brasmusson](https://github.com/brasmusson))
51
+
52
+ ### Improved
53
+
54
+ * Exclude the legacy_api from rubocop, regenerate Rubocop Todo ([@jaysonesmith](https://github.com/jaysonesmith), [@brasmusson](https://github.com/brasmusson))
55
+ * Review and handle excluded/ignored cops ([#1208](https://github.com/cucumber/cucumber-ruby/pull/1208) [@jaysonesmith](https://github.com/jaysonesmith))
56
+ * Fix SymbolProc issues ([#1212](https://github.com/cucumber/cucumber-ruby/pull/1212) [@jaysonesmith](https://github.com/jaysonesmith))
57
+ * Fix TrailingBlankLines ([#1211](https://github.com/cucumber/cucumber-ruby/pull/1211) [@jaysonesmith](https://github.com/jaysonesmith))
58
+
59
+ ## [3.0.1](https://github.com/cucumber/cucumber-ruby/compare/v3.0.0...3.0.1) (2017-09-29)
32
60
 
33
61
  ### Fixed
34
62
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
- [![Join the chat at https://gitter.im/cucumber/cucumber-ruby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cucumber/cucumber-ruby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
- [![Build Status](https://travis-ci.org/cucumber/cucumber-ruby.svg?branch=master)](https://travis-ci.org/cucumber/cucumber-ruby)
3
- [![Windows Build Status](https://ci.appveyor.com/api/projects/status/ncqhcevrv93hhu5j?svg=true)](https://ci.appveyor.com/project/cucumberbdd/cucumber-ruby)
1
+ [![OpenCollective](https://opencollective.com/cucumber/backers/badge.svg)](https://opencollective.com/cucumber)
2
+ [![OpenCollective](https://opencollective.com/cucumber/sponsors/badge.svg)](https://opencollective.com/cucumber)
3
+
4
+ [![CircleCI](https://circleci.com/gh/cucumber/cucumber-ruby.svg?style=svg)](https://circleci.com/gh/cucumber/cucumber-ruby)
4
5
 
5
6
  [![Code Climate](https://codeclimate.com/github/cucumber/cucumber-ruby.svg)](https://codeclimate.com/github/cucumber/cucumber-ruby)
6
7
  [![Coverage Status](https://coveralls.io/repos/cucumber/cucumber-ruby/badge.svg?branch=master)](https://coveralls.io/r/cucumber/cucumber-ruby?branch=master)
@@ -9,7 +10,7 @@
9
10
  # Cucumber
10
11
 
11
12
  Cucumber is a tool for running automated tests written in plain language. Because they're
12
- written in plain language, they can be read by anyone on your team. Because they can be
13
+ written in plain language, they can be read by anyone on your team. Because they can be
13
14
  read by anyone, you can use them to help improve communication, collaboration and trust on
14
15
  your team.
15
16
 
@@ -37,4 +38,4 @@ Everyone interacting in this codebase and issue tracker is expected to follow th
37
38
 
38
39
  ## Copyright
39
40
 
40
- Copyright (c) Aslak Hellesøy and Contributors. See LICENSE for details.
41
+ Copyright (c) Cucumber Ltd. and Contributors. See LICENSE for details.
@@ -27,7 +27,7 @@ module Cucumber
27
27
  'json_pretty' => ['Cucumber::Formatter::JsonPretty', 'Prints the feature as prettified JSON'],
28
28
  'summary' => ['Cucumber::Formatter::Summary', 'Summary output of feature and scenarios']
29
29
  }
30
- max = BUILTIN_FORMATS.keys.map{|s| s.length}.max
30
+ max = BUILTIN_FORMATS.keys.map(&:length).max
31
31
  FORMAT_HELP_MSG = [
32
32
  'Use --format rerun --out rerun.txt to write out failing',
33
33
  'features. You can rerun them with cucumber @rerun.txt.',
@@ -508,6 +508,8 @@ TEXT
508
508
  @options[:formats] = stdout_formats[0..0] + non_stdout_formats
509
509
  end
510
510
 
511
+ @options[:retry] = other_options[:retry] if @options[:retry] == 0
512
+
511
513
  self
512
514
  end
513
515
 
@@ -38,7 +38,7 @@ module Cucumber
38
38
  def initialize(step_name, step_definitions, used_guess)
39
39
  message = String.new
40
40
  message << "Ambiguous match of \"#{step_name}\":\n\n"
41
- message << step_definitions.map{|sd| sd.backtrace_line}.join("\n")
41
+ message << step_definitions.map(&:backtrace_line).join("\n")
42
42
  message << "\n\n"
43
43
  message << "You can run again with --guess to make Cucumber be more smart about it\n" unless used_guess
44
44
  super(message)
@@ -37,4 +37,3 @@ module Cucumber
37
37
  end
38
38
  end
39
39
  end
40
-
@@ -16,5 +16,3 @@ module Cucumber
16
16
 
17
17
  end
18
18
  end
19
-
20
-
@@ -13,5 +13,3 @@ module Cucumber
13
13
 
14
14
  end
15
15
  end
16
-
17
-
@@ -26,4 +26,3 @@ module Cucumber
26
26
 
27
27
  end
28
28
  end
29
-
@@ -399,7 +399,7 @@ module Cucumber
399
399
  def next_id(type)
400
400
  @indices ||= Hash.new { 0 }
401
401
  @indices[type] += 1
402
- "#{type}_#{@indices[:type]}"
402
+ "#{type}_#{@indices[type]}"
403
403
  end
404
404
 
405
405
  def build_exception_detail(exception)
@@ -117,4 +117,4 @@ module Cucumber
117
117
  end
118
118
  end
119
119
  end
120
- end
120
+ end
@@ -18,4 +18,3 @@ module Cucumber
18
18
 
19
19
  end
20
20
  end
21
-
@@ -82,7 +82,7 @@ module Cucumber
82
82
 
83
83
  def embed(src, mime_type, _label)
84
84
  if File.file?(src)
85
- content = File.open(src, 'rb') { |f| f.read }
85
+ content = File.open(src, 'rb', &:read)
86
86
  data = encode64(content)
87
87
  else
88
88
  if mime_type =~ /;base64$/
@@ -8,4 +8,3 @@ module Cucumber
8
8
  end
9
9
  end
10
10
  end
11
-
@@ -18,7 +18,7 @@ module Cucumber
18
18
  end
19
19
  config.on_event :test_run_finished do
20
20
  next if @failures.empty?
21
- @io.print file_failures.join('\n')
21
+ @io.print file_failures.join("\n")
22
22
  end
23
23
  end
24
24
 
@@ -55,4 +55,3 @@ module Cucumber
55
55
  end
56
56
  end
57
57
  end
58
-
@@ -148,6 +148,7 @@ module Cucumber
148
148
  runtime.invoke_dynamic_steps(steps_text, language, location)
149
149
  end
150
150
 
151
+ # rubocop:disable UnneededInterpolation
151
152
  define_method(:puts) do |*messages|
152
153
  # Even though they won't be output until later, converting the messages to
153
154
  # strings right away will protect them from modifications to their original
@@ -156,6 +157,7 @@ module Cucumber
156
157
 
157
158
  runtime.puts(*messages)
158
159
  end
160
+ # rubocop:enable UnneededInterpolation
159
161
 
160
162
  define_method(:ask) do |question, timeout_seconds=60|
161
163
  runtime.ask(question, timeout_seconds)
@@ -20,4 +20,4 @@ module Cucumber
20
20
  end
21
21
 
22
22
  end
23
- end
23
+ end
@@ -18,7 +18,7 @@ module Cucumber
18
18
  builder.doc_string(Core::Ast::DocString.new(argument, content_type, location))
19
19
  when Array
20
20
  location = location.on_line(argument.first.line..argument.last.line)
21
- builder.data_table(argument.map{ |row| row.cells }, location)
21
+ builder.data_table(argument.map(&:cells), location)
22
22
  when DataTable, DocString, None
23
23
  argument
24
24
  when nil
@@ -195,14 +195,12 @@ module Cucumber
195
195
  #
196
196
  def raw
197
197
  cell_matrix.map do |row|
198
- row.map do |cell|
199
- cell.value
200
- end
198
+ row.map(&:value)
201
199
  end
202
200
  end
203
201
 
204
202
  def column_names #:nodoc:
205
- @col_names ||= cell_matrix[0].map { |cell| cell.value }
203
+ @col_names ||= cell_matrix[0].map(&:value)
206
204
  end
207
205
 
208
206
  def rows
@@ -443,9 +441,7 @@ module Cucumber
443
441
  def build_hashes
444
442
  convert_headers!
445
443
  convert_columns!
446
- cells_rows[1..-1].map do |row|
447
- row.to_hash
448
- end
444
+ cells_rows[1..-1].map(&:to_hash)
449
445
  end
450
446
 
451
447
  def create_cell_matrix(ast_table) #:nodoc:
@@ -475,14 +471,14 @@ module Cucumber
475
471
  header_cells = cell_matrix[0]
476
472
 
477
473
  if @header_conversion_proc
478
- header_values = header_cells.map { |cell| cell.value } - @header_mappings.keys
474
+ header_values = header_cells.map(&:value) - @header_mappings.keys
479
475
  @header_mappings = @header_mappings.merge(Hash[*header_values.zip(header_values.map(&@header_conversion_proc)).flatten])
480
476
  end
481
477
 
482
478
  @header_mappings.each_pair do |pre, post|
483
479
  mapped_cells = header_cells.select { |cell| pre === cell.value }
484
480
  raise "No headers matched #{pre.inspect}" if mapped_cells.empty?
485
- raise "#{mapped_cells.length} headers matched #{pre.inspect}: #{mapped_cells.map { |c| c.value }.inspect}" if mapped_cells.length > 1
481
+ raise "#{mapped_cells.length} headers matched #{pre.inspect}: #{mapped_cells.map(&:value).inspect}" if mapped_cells.length > 1
486
482
  mapped_cells[0].value = post
487
483
  if @conversion_procs.key?(pre)
488
484
  @conversion_procs[post] = @conversion_procs.delete(pre)
@@ -524,7 +520,7 @@ module Cucumber
524
520
 
525
521
  # For testing only
526
522
  def to_sexp #:nodoc:
527
- [:row, line, *@cells.map{|cell| cell.to_sexp}]
523
+ [:row, line, *@cells.map(&:to_sexp)]
528
524
  end
529
525
 
530
526
  def to_hash #:nodoc:
@@ -155,4 +155,3 @@ module Cucumber
155
155
  end
156
156
  end
157
157
  end
158
-
@@ -8,7 +8,7 @@ module Cucumber
8
8
  end
9
9
 
10
10
  def to_json
11
- @support_code.step_definitions.map{|stepdef| stepdef.to_hash}.to_json
11
+ @support_code.step_definitions.map(&:to_hash).to_json
12
12
  end
13
13
  end
14
14
  end
@@ -13,7 +13,7 @@ module Cucumber
13
13
  end
14
14
 
15
15
  def args
16
- @step_arguments.map{|g| g.value }
16
+ @step_arguments.map(&:value)
17
17
  end
18
18
 
19
19
  def activate(test_step)
@@ -39,7 +39,7 @@ module Cucumber
39
39
  top_groups = step_matches.select {|step_match| step_match.args.length == max_arg_length }
40
40
 
41
41
  if no_groups.any?
42
- longest_regexp_length = no_groups.map {|step_match| step_match.text_length }.max
42
+ longest_regexp_length = no_groups.map(&:text_length).max
43
43
  no_groups.select {|step_match| step_match.text_length == longest_regexp_length }
44
44
  elsif top_groups.any?
45
45
  shortest_capture_length = top_groups.map {|step_match| step_match.args.inject(0) {|sum, c| sum + c.to_s.length } }.min
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-09-29 00:00:00.000000000 Z
13
+ date: 2017-11-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber-core
@@ -130,6 +130,20 @@ dependencies:
130
130
  - - "~>"
131
131
  - !ruby/object:Gem::Version
132
132
  version: 4.0.3
133
+ - !ruby/object:Gem::Dependency
134
+ name: bundler
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: 1.16.0
140
+ type: :development
141
+ prerelease: false
142
+ version_requirements: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - "~>"
145
+ - !ruby/object:Gem::Version
146
+ version: 1.16.0
133
147
  - !ruby/object:Gem::Dependency
134
148
  name: aruba
135
149
  requirement: !ruby/object:Gem::Requirement
@@ -164,14 +178,14 @@ dependencies:
164
178
  requirements:
165
179
  - - "~>"
166
180
  - !ruby/object:Gem::Version
167
- version: '1.5'
181
+ version: 1.8.1
168
182
  type: :development
169
183
  prerelease: false
170
184
  version_requirements: !ruby/object:Gem::Requirement
171
185
  requirements:
172
186
  - - "~>"
173
187
  - !ruby/object:Gem::Version
174
- version: '1.5'
188
+ version: 1.8.1
175
189
  - !ruby/object:Gem::Dependency
176
190
  name: rake
177
191
  requirement: !ruby/object:Gem::Requirement
@@ -192,14 +206,14 @@ dependencies:
192
206
  requirements:
193
207
  - - ">="
194
208
  - !ruby/object:Gem::Version
195
- version: '3.0'
209
+ version: '3.6'
196
210
  type: :development
197
211
  prerelease: false
198
212
  version_requirements: !ruby/object:Gem::Requirement
199
213
  requirements:
200
214
  - - ">="
201
215
  - !ruby/object:Gem::Version
202
- version: '3.0'
216
+ version: '3.6'
203
217
  - !ruby/object:Gem::Dependency
204
218
  name: simplecov
205
219
  requirement: !ruby/object:Gem::Requirement
@@ -214,20 +228,6 @@ dependencies:
214
228
  - - ">="
215
229
  - !ruby/object:Gem::Version
216
230
  version: 0.6.2
217
- - !ruby/object:Gem::Dependency
218
- name: coveralls
219
- requirement: !ruby/object:Gem::Requirement
220
- requirements:
221
- - - "~>"
222
- - !ruby/object:Gem::Version
223
- version: '0.7'
224
- type: :development
225
- prerelease: false
226
- version_requirements: !ruby/object:Gem::Requirement
227
- requirements:
228
- - - "~>"
229
- - !ruby/object:Gem::Version
230
- version: '0.7'
231
231
  - !ruby/object:Gem::Dependency
232
232
  name: syntax
233
233
  requirement: !ruby/object:Gem::Requirement
@@ -375,358 +375,11 @@ executables:
375
375
  extensions: []
376
376
  extra_rdoc_files: []
377
377
  files:
378
- - ".coveralls.yml"
379
- - ".cucumberproignore"
380
- - ".gitattributes"
381
- - ".github/ISSUE_TEMPLATE.md"
382
- - ".github/PULL_REQUEST_TEMPLATE.md"
383
- - ".rspec"
384
- - ".rubocop.yml"
385
- - ".rubocop_todo.yml"
386
- - ".ruby-gemset"
387
- - ".travis.yml"
388
- - ".yardopts"
389
378
  - CHANGELOG.md
390
379
  - CONTRIBUTING.md
391
- - Gemfile
392
380
  - LICENSE
393
381
  - README.md
394
- - Rakefile
395
- - appveyor.yml
396
382
  - bin/cucumber
397
- - cucumber.gemspec
398
- - cucumber.yml
399
- - examples/i18n/README.textile
400
- - examples/i18n/Rakefile
401
- - examples/i18n/ar/Rakefile
402
- - examples/i18n/ar/features/addition.feature
403
- - examples/i18n/ar/features/step_definitions/calculator_steps.rb
404
- - examples/i18n/ar/lib/calculator.rb
405
- - examples/i18n/bg/Rakefile
406
- - examples/i18n/bg/features/addition.feature
407
- - examples/i18n/bg/features/consecutive_calculations.feature
408
- - examples/i18n/bg/features/division.feature
409
- - examples/i18n/bg/features/step_definitions/calculator_steps.rb
410
- - examples/i18n/bg/features/support/env.rb
411
- - examples/i18n/bg/features/support/world.rb
412
- - examples/i18n/bg/lib/calculator.rb
413
- - examples/i18n/ca/Rakefile
414
- - examples/i18n/ca/features/step_definitions/calculator_steps.rb
415
- - examples/i18n/ca/features/suma.feature
416
- - examples/i18n/ca/lib/calculadora.rb
417
- - examples/i18n/cs/Rakefile
418
- - examples/i18n/cs/features/addition.feature
419
- - examples/i18n/cs/features/division.feature
420
- - examples/i18n/cs/features/step_definitions/calculator_steps.rb
421
- - examples/i18n/cs/lib/calculator.rb
422
- - examples/i18n/da/Rakefile
423
- - examples/i18n/da/features/sammenlaegning.feature
424
- - examples/i18n/da/features/step_definitions/lommeregner_steps.rb
425
- - examples/i18n/da/lib/lommeregner.rb
426
- - examples/i18n/de/Rakefile
427
- - examples/i18n/de/features/addition.feature
428
- - examples/i18n/de/features/division.feature
429
- - examples/i18n/de/features/step_definitions/calculator_steps.rb
430
- - examples/i18n/de/lib/calculator.rb
431
- - examples/i18n/el/Rakefile
432
- - examples/i18n/el/features/addition.feature
433
- - examples/i18n/el/features/division.feature
434
- - examples/i18n/el/features/step_definitions/calculator_steps.rb
435
- - examples/i18n/el/lib/calculator.rb
436
- - examples/i18n/en-lol/Rakefile
437
- - examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb
438
- - examples/i18n/en-lol/features/stuffing.feature
439
- - examples/i18n/en-lol/features/support/env.rb
440
- - examples/i18n/en-lol/lib/basket.rb
441
- - examples/i18n/en-lol/lib/belly.rb
442
- - examples/i18n/en/Rakefile
443
- - examples/i18n/en/features/addition.feature
444
- - examples/i18n/en/features/division.feature
445
- - examples/i18n/en/features/step_definitions/calculator_steps.rb
446
- - examples/i18n/en/lib/calculator.rb
447
- - examples/i18n/eo/Rakefile
448
- - examples/i18n/eo/features/adicio.feature
449
- - examples/i18n/eo/features/divido.feature
450
- - examples/i18n/eo/features/step_definitions/calculator_steps.rb
451
- - examples/i18n/eo/lib/calculator.rb
452
- - examples/i18n/es/Rakefile
453
- - examples/i18n/es/features/adicion.feature
454
- - examples/i18n/es/features/step_definitions/calculador_steps.rb
455
- - examples/i18n/es/lib/calculador.rb
456
- - examples/i18n/et/Rakefile
457
- - examples/i18n/et/features/jagamine.feature
458
- - examples/i18n/et/features/liitmine.feature
459
- - examples/i18n/et/features/step_definitions/kalkulaator_steps.rb
460
- - examples/i18n/et/lib/kalkulaator.rb
461
- - examples/i18n/fi/Rakefile
462
- - examples/i18n/fi/features/jakolasku.feature
463
- - examples/i18n/fi/features/step_definitions/laskin_steps.rb
464
- - examples/i18n/fi/features/yhteenlasku.feature
465
- - examples/i18n/fi/lib/laskin.rb
466
- - examples/i18n/fr/Rakefile
467
- - examples/i18n/fr/features/addition.feature
468
- - examples/i18n/fr/features/addition2.feature
469
- - examples/i18n/fr/features/step_definitions/calculatrice_steps.rb
470
- - examples/i18n/fr/features/support/env.rb
471
- - examples/i18n/fr/lib/calculatrice.rb
472
- - examples/i18n/he/Rakefile
473
- - examples/i18n/he/features/addition.feature
474
- - examples/i18n/he/features/division.feature
475
- - examples/i18n/he/features/step_definitions/calculator_steps.rb
476
- - examples/i18n/he/lib/calculator.rb
477
- - examples/i18n/hi/Rakefile
478
- - examples/i18n/hi/features/addition.feature
479
- - examples/i18n/hi/features/division.feature
480
- - examples/i18n/hi/features/step_definitions/calculator_steps.rb
481
- - examples/i18n/hi/lib/calculator.rb
482
- - examples/i18n/ht/Rakefile
483
- - examples/i18n/ht/features/adisyon.feature
484
- - examples/i18n/ht/features/divizyon.feature
485
- - examples/i18n/ht/features/step_definitions/kalkilatris_steps.rb
486
- - examples/i18n/ht/lib/kalkilatris.rb
487
- - examples/i18n/hu/Rakefile
488
- - examples/i18n/hu/features/osszeadas.feature
489
- - examples/i18n/hu/features/osztas.feature
490
- - examples/i18n/hu/features/step_definitions/calculator_steps.rb
491
- - examples/i18n/hu/lib/calculator.rb
492
- - examples/i18n/id/Rakefile
493
- - examples/i18n/id/features/addition.feature
494
- - examples/i18n/id/features/division.feature
495
- - examples/i18n/id/features/step_definitions/calculator_steps.rb
496
- - examples/i18n/id/lib/calculator.rb
497
- - examples/i18n/it/Rakefile
498
- - examples/i18n/it/features/somma.feature
499
- - examples/i18n/it/features/step_definitions/calcolatrice_steps.rb
500
- - examples/i18n/it/lib/calcolatrice.rb
501
- - examples/i18n/ja/Rakefile
502
- - examples/i18n/ja/features/addition.feature
503
- - examples/i18n/ja/features/division.feature
504
- - examples/i18n/ja/features/step_definitions/calculator_steps.rb
505
- - examples/i18n/ja/features/support/env.rb
506
- - examples/i18n/ja/lib/calculator.rb
507
- - examples/i18n/ko/Rakefile
508
- - examples/i18n/ko/features/addition.feature
509
- - examples/i18n/ko/features/division.feature
510
- - examples/i18n/ko/features/step_definitions/calculator_steps.rb
511
- - examples/i18n/ko/lib/calculator.rb
512
- - examples/i18n/lt/Rakefile
513
- - examples/i18n/lt/features/addition.feature
514
- - examples/i18n/lt/features/division.feature
515
- - examples/i18n/lt/features/step_definitions/calculator_steps.rb
516
- - examples/i18n/lt/lib/calculator.rb
517
- - examples/i18n/lv/Rakefile
518
- - examples/i18n/lv/features/addition.feature
519
- - examples/i18n/lv/features/division.feature
520
- - examples/i18n/lv/features/step_definitions/calculator_steps.rb
521
- - examples/i18n/lv/lib/calculator.rb
522
- - examples/i18n/no/Rakefile
523
- - examples/i18n/no/features/step_definitions/kalkulator_steps.rb
524
- - examples/i18n/no/features/summering.feature
525
- - examples/i18n/no/features/support/env.rb
526
- - examples/i18n/no/lib/kalkulator.rb
527
- - examples/i18n/pl/Rakefile
528
- - examples/i18n/pl/features/addition.feature
529
- - examples/i18n/pl/features/division.feature
530
- - examples/i18n/pl/features/step_definitions/calculator_steps.rb
531
- - examples/i18n/pl/features/support/env.rb
532
- - examples/i18n/pl/lib/calculator.rb
533
- - examples/i18n/pt/Rakefile
534
- - examples/i18n/pt/features/adicao.feature
535
- - examples/i18n/pt/features/step_definitions/calculadora_steps.rb
536
- - examples/i18n/pt/features/support/env.rb
537
- - examples/i18n/pt/lib/calculadora.rb
538
- - examples/i18n/ro/Rakefile
539
- - examples/i18n/ro/features/adunare.feature
540
- - examples/i18n/ro/features/step_definitions/calculator_steps.rb
541
- - examples/i18n/ro/lib/calculator.rb
542
- - examples/i18n/ru/Rakefile
543
- - examples/i18n/ru/features/addition.feature
544
- - examples/i18n/ru/features/consecutive_calculations.feature
545
- - examples/i18n/ru/features/division.feature
546
- - examples/i18n/ru/features/step_definitions/calculator_steps.rb
547
- - examples/i18n/ru/features/support/env.rb
548
- - examples/i18n/ru/features/support/world.rb
549
- - examples/i18n/ru/lib/calculator.rb
550
- - examples/i18n/sk/Rakefile
551
- - examples/i18n/sk/features/addition.feature
552
- - examples/i18n/sk/features/division.feature
553
- - examples/i18n/sk/features/step_definitions/calculator_steps.rb
554
- - examples/i18n/sk/lib/calculator.rb
555
- - examples/i18n/sr-Cyrl/Rakefile
556
- - examples/i18n/sr-Cyrl/features/sabiranje.feature
557
- - examples/i18n/sr-Cyrl/features/step_definitions/calculator_steps.rb
558
- - examples/i18n/sr-Cyrl/features/support/env.rb
559
- - examples/i18n/sr-Cyrl/lib/calculator.rb
560
- - examples/i18n/sr-Latn/Rakefile
561
- - examples/i18n/sr-Latn/features/sabiranje.feature
562
- - examples/i18n/sr-Latn/features/step_definitions/calculator_steps.rb
563
- - examples/i18n/sr-Latn/lib/calculator.rb
564
- - examples/i18n/sv/Rakefile
565
- - examples/i18n/sv/features/step_definitions/kalkulator_steps.rb
566
- - examples/i18n/sv/features/summering.feature
567
- - examples/i18n/sv/lib/kalkulator.rb
568
- - examples/i18n/tr/Rakefile
569
- - examples/i18n/tr/features/bolme.feature
570
- - examples/i18n/tr/features/step_definitions/hesap_makinesi_adimlari.rb
571
- - examples/i18n/tr/features/toplama.feature
572
- - examples/i18n/tr/lib/hesap_makinesi.rb
573
- - examples/i18n/uk/Rakefile
574
- - examples/i18n/uk/features/addition.feature
575
- - examples/i18n/uk/features/consecutive_calculations.feature
576
- - examples/i18n/uk/features/division.feature
577
- - examples/i18n/uk/features/step_definitions/calculator_steps.rb
578
- - examples/i18n/uk/features/support/env.rb
579
- - examples/i18n/uk/features/support/world.rb
580
- - examples/i18n/uk/lib/calculator.rb
581
- - examples/i18n/uz/Rakefile
582
- - examples/i18n/uz/features/addition.feature
583
- - examples/i18n/uz/features/consecutive_calculations.feature
584
- - examples/i18n/uz/features/division.feature
585
- - examples/i18n/uz/features/step_definitions/calculator_steps.rb
586
- - examples/i18n/uz/features/support/env.rb
587
- - examples/i18n/uz/features/support/world.rb
588
- - examples/i18n/uz/lib/calculator.rb
589
- - examples/i18n/zh-CN/Rakefile
590
- - examples/i18n/zh-CN/features/addition.feature
591
- - examples/i18n/zh-CN/features/step_definitions/calculator_steps.rb
592
- - examples/i18n/zh-CN/lib/calculator.rb
593
- - examples/i18n/zh-TW/Rakefile
594
- - examples/i18n/zh-TW/features/addition.feature
595
- - examples/i18n/zh-TW/features/division.feature
596
- - examples/i18n/zh-TW/features/step_definitions/calculator_steps.rb
597
- - examples/i18n/zh-TW/lib/calculator.rb
598
- - examples/rspec_doubles/Rakefile
599
- - examples/rspec_doubles/features/mocking.feature
600
- - examples/rspec_doubles/features/step_definitions/calvin_steps.rb
601
- - examples/rspec_doubles/features/support/env.rb
602
- - examples/sinatra/README.textile
603
- - examples/sinatra/Rakefile
604
- - examples/sinatra/app.rb
605
- - examples/sinatra/features/add.feature
606
- - examples/sinatra/features/step_definitions/add_steps.rb
607
- - examples/sinatra/features/support/env.rb
608
- - examples/sinatra/views/add.erb
609
- - examples/sinatra/views/layout.erb
610
- - examples/tcl/README.textile
611
- - examples/tcl/Rakefile
612
- - examples/tcl/features/fibonnacci.feature
613
- - examples/tcl/features/step_definitions/fib_steps.rb
614
- - examples/tcl/features/support/env.rb
615
- - examples/tcl/src/fib.tcl
616
- - examples/test_unit/Gemfile
617
- - examples/test_unit/Rakefile
618
- - examples/test_unit/features/step_definitions/test_unit_steps.rb
619
- - examples/test_unit/features/test_unit.feature
620
- - examples/watir/README.textile
621
- - examples/watir/Rakefile
622
- - examples/watir/cucumber.yml
623
- - examples/watir/features/search.feature
624
- - examples/watir/features/step_definitions/search_steps.rb
625
- - examples/watir/features/support/env.rb
626
- - examples/watir/features/support/screenshots.rb
627
- - features/docs/api/list_step_defs_as_json.feature
628
- - features/docs/api/listen_for_events.feature
629
- - features/docs/api/run_cli_main_with_existing_runtime.feature
630
- - features/docs/cli/backtraces.feature
631
- - features/docs/cli/dry_run.feature
632
- - features/docs/cli/exclude_files.feature
633
- - features/docs/cli/execute_with_tag_filter.feature
634
- - features/docs/cli/fail_fast.feature
635
- - features/docs/cli/finding_steps.feature
636
- - features/docs/cli/help.feature
637
- - features/docs/cli/i18n.feature
638
- - features/docs/cli/randomize.feature
639
- - features/docs/cli/require.feature
640
- - features/docs/cli/retry_failing_tests.feature
641
- - features/docs/cli/run_scenarios_matching_name.feature
642
- - features/docs/cli/run_specific_scenarios.feature
643
- - features/docs/cli/showing_differences.feature
644
- - features/docs/cli/specifying_multiple_formatters.feature
645
- - features/docs/cli/strict_mode.feature
646
- - features/docs/defining_steps/ambiguous_steps.feature
647
- - features/docs/defining_steps/nested_steps.feature
648
- - features/docs/defining_steps/nested_steps_i18n.feature
649
- - features/docs/defining_steps/nested_steps_with_second_arg.feature
650
- - features/docs/defining_steps/one_line_step_definitions.feature
651
- - features/docs/defining_steps/printing_messages.feature
652
- - features/docs/defining_steps/skip_scenario.feature
653
- - features/docs/defining_steps/snippets.feature
654
- - features/docs/defining_steps/table_diffing.feature
655
- - features/docs/events/gherkin_source_read_event.feature
656
- - features/docs/events/step_activated_event.feature
657
- - features/docs/events/step_definition_registered_event.feature
658
- - features/docs/events/test_case_finished_event.feature
659
- - features/docs/events/test_case_started_event.feature
660
- - features/docs/events/test_run_finished_event.feature
661
- - features/docs/events/test_run_started_event.feature
662
- - features/docs/events/test_step_finished_event.feature
663
- - features/docs/events/test_step_started_event.feature
664
- - features/docs/exception_in_after_hook.feature
665
- - features/docs/exception_in_after_step_hook.feature
666
- - features/docs/exception_in_around_hook.feature
667
- - features/docs/exception_in_before_hook.feature
668
- - features/docs/extending_cucumber/custom_filter.feature
669
- - features/docs/extending_cucumber/custom_formatter.feature
670
- - features/docs/formatters/api_methods.feature
671
- - features/docs/formatters/html_formatter.feature
672
- - features/docs/formatters/json_formatter.feature
673
- - features/docs/formatters/junit_formatter.feature
674
- - features/docs/formatters/pretty_formatter.feature
675
- - features/docs/formatters/progress_formatter.feature
676
- - features/docs/formatters/rerun_formatter.feature
677
- - features/docs/formatters/summary_formatter.feature
678
- - features/docs/formatters/usage_formatter.feature
679
- - features/docs/getting_started.feature
680
- - features/docs/gherkin/background.feature
681
- - features/docs/gherkin/doc_strings.feature
682
- - features/docs/gherkin/expand_option_for_outlines.feature
683
- - features/docs/gherkin/language_from_header.feature
684
- - features/docs/gherkin/outlines.feature
685
- - features/docs/gherkin/unicode_table.feature
686
- - features/docs/gherkin/using_descriptions.feature
687
- - features/docs/gherkin/using_star_notation.feature
688
- - features/docs/iso-8859-1.feature
689
- - features/docs/post_configuration_hook.feature
690
- - features/docs/profiles.feature
691
- - features/docs/rake_task.feature
692
- - features/docs/raketask.feature
693
- - features/docs/work_in_progress.feature
694
- - features/docs/writing_support_code/after_hooks.feature
695
- - features/docs/writing_support_code/after_step_hooks.feature
696
- - features/docs/writing_support_code/around_hooks.feature
697
- - features/docs/writing_support_code/before_hook.feature
698
- - features/docs/writing_support_code/hook_order.feature
699
- - features/docs/writing_support_code/load_path.feature
700
- - features/docs/writing_support_code/parameter_types.feature
701
- - features/docs/writing_support_code/state.feature
702
- - features/docs/writing_support_code/tagged_hooks.feature
703
- - features/docs/writing_support_code/world.feature
704
- - features/lib/step_definitions/aruba_steps.rb
705
- - features/lib/step_definitions/cli_steps.rb
706
- - features/lib/step_definitions/cucumber_steps.rb
707
- - features/lib/step_definitions/iso-8859-1_steps.rb
708
- - features/lib/step_definitions/json_steps.rb
709
- - features/lib/step_definitions/junit_steps.rb
710
- - features/lib/step_definitions/language_steps.rb
711
- - features/lib/step_definitions/profile_steps.rb
712
- - features/lib/step_definitions/retry_steps.rb
713
- - features/lib/step_definitions/ruby_steps.rb
714
- - features/lib/support/env.rb
715
- - features/lib/support/fake_wire_server.rb
716
- - features/lib/support/feature_factory.rb
717
- - features/lib/support/normalise_output.rb
718
- - features/lib/support/parameter_types.rb
719
- - gem_tasks/contributors.rake
720
- - gem_tasks/cov.rake
721
- - gem_tasks/downloads.rb
722
- - gem_tasks/environment.rake
723
- - gem_tasks/examples.rake
724
- - gem_tasks/fix_cr_lf.rake
725
- - gem_tasks/flog.rake
726
- - gem_tasks/rspec.rake
727
- - gem_tasks/sass.rake
728
- - gem_tasks/stats
729
- - gem_tasks/versions.txt
730
383
  - lib/autotest/cucumber.rb
731
384
  - lib/autotest/cucumber_mixin.rb
732
385
  - lib/autotest/cucumber_rails.rb
@@ -848,57 +501,6 @@ files:
848
501
  - lib/cucumber/unit.rb
849
502
  - lib/cucumber/version
850
503
  - lib/simplecov_setup.rb
851
- - scripts/invite-collaborator
852
- - scripts/update-changelog
853
- - spec/cucumber/cli/configuration_spec.rb
854
- - spec/cucumber/cli/main_spec.rb
855
- - spec/cucumber/cli/options_spec.rb
856
- - spec/cucumber/cli/profile_loader_spec.rb
857
- - spec/cucumber/cli/rerun_spec.rb
858
- - spec/cucumber/configuration_spec.rb
859
- - spec/cucumber/constantize_spec.rb
860
- - spec/cucumber/events_spec.rb
861
- - spec/cucumber/file_specs_spec.rb
862
- - spec/cucumber/filters/activate_steps_spec.rb
863
- - spec/cucumber/filters/gated_receiver_spec.rb
864
- - spec/cucumber/filters/retry_spec.rb
865
- - spec/cucumber/filters/tag_limits/test_case_index_spec.rb
866
- - spec/cucumber/filters/tag_limits/verifier_spec.rb
867
- - spec/cucumber/filters/tag_limits_spec.rb
868
- - spec/cucumber/formatter/ansicolor_spec.rb
869
- - spec/cucumber/formatter/backtrace_filter_spec.rb
870
- - spec/cucumber/formatter/console_counts_spec.rb
871
- - spec/cucumber/formatter/duration_spec.rb
872
- - spec/cucumber/formatter/fail_fast_spec.rb
873
- - spec/cucumber/formatter/html_spec.rb
874
- - spec/cucumber/formatter/interceptor_spec.rb
875
- - spec/cucumber/formatter/json_spec.rb
876
- - spec/cucumber/formatter/junit_spec.rb
877
- - spec/cucumber/formatter/legacy_api/adapter_spec.rb
878
- - spec/cucumber/formatter/pretty_spec.rb
879
- - spec/cucumber/formatter/progress_spec.rb
880
- - spec/cucumber/formatter/rerun_spec.rb
881
- - spec/cucumber/formatter/spec_helper.rb
882
- - spec/cucumber/glue/proto_world_spec.rb
883
- - spec/cucumber/glue/registry_and_more_spec.rb
884
- - spec/cucumber/glue/snippet_spec.rb
885
- - spec/cucumber/glue/step_definition_spec.rb
886
- - spec/cucumber/hooks_spec.rb
887
- - spec/cucumber/multiline_argument/data_table_spec.rb
888
- - spec/cucumber/project_initializer_spec.rb
889
- - spec/cucumber/rake/forked_spec.rb
890
- - spec/cucumber/rake/task_spec.rb
891
- - spec/cucumber/running_test_case_spec.rb
892
- - spec/cucumber/runtime/for_programming_languages_spec.rb
893
- - spec/cucumber/runtime/support_code_spec.rb
894
- - spec/cucumber/runtime_spec.rb
895
- - spec/cucumber/sell_cucumbers.feature
896
- - spec/cucumber/step_argument_spec.rb
897
- - spec/cucumber/step_match_search_spec.rb
898
- - spec/cucumber/step_match_spec.rb
899
- - spec/cucumber/world/pending_spec.rb
900
- - spec/spec_helper.rb
901
- - spec/support/standard_step_actions.rb
902
504
  homepage: https://cucumber.io/
903
505
  licenses:
904
506
  - MIT
@@ -912,7 +514,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
912
514
  requirements:
913
515
  - - ">="
914
516
  - !ruby/object:Gem::Version
915
- version: '2.1'
517
+ version: '2.2'
916
518
  required_rubygems_version: !ruby/object:Gem::Requirement
917
519
  requirements:
918
520
  - - ">="
@@ -920,149 +522,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
920
522
  version: '0'
921
523
  requirements: []
922
524
  rubyforge_project:
923
- rubygems_version: 2.6.8
525
+ rubygems_version: 2.5.2
924
526
  signing_key:
925
527
  specification_version: 4
926
- summary: cucumber-3.0.1
927
- test_files:
928
- - features/docs/api/list_step_defs_as_json.feature
929
- - features/docs/api/listen_for_events.feature
930
- - features/docs/api/run_cli_main_with_existing_runtime.feature
931
- - features/docs/cli/backtraces.feature
932
- - features/docs/cli/dry_run.feature
933
- - features/docs/cli/exclude_files.feature
934
- - features/docs/cli/execute_with_tag_filter.feature
935
- - features/docs/cli/fail_fast.feature
936
- - features/docs/cli/finding_steps.feature
937
- - features/docs/cli/help.feature
938
- - features/docs/cli/i18n.feature
939
- - features/docs/cli/randomize.feature
940
- - features/docs/cli/require.feature
941
- - features/docs/cli/retry_failing_tests.feature
942
- - features/docs/cli/run_scenarios_matching_name.feature
943
- - features/docs/cli/run_specific_scenarios.feature
944
- - features/docs/cli/showing_differences.feature
945
- - features/docs/cli/specifying_multiple_formatters.feature
946
- - features/docs/cli/strict_mode.feature
947
- - features/docs/defining_steps/ambiguous_steps.feature
948
- - features/docs/defining_steps/nested_steps.feature
949
- - features/docs/defining_steps/nested_steps_i18n.feature
950
- - features/docs/defining_steps/nested_steps_with_second_arg.feature
951
- - features/docs/defining_steps/one_line_step_definitions.feature
952
- - features/docs/defining_steps/printing_messages.feature
953
- - features/docs/defining_steps/skip_scenario.feature
954
- - features/docs/defining_steps/snippets.feature
955
- - features/docs/defining_steps/table_diffing.feature
956
- - features/docs/events/gherkin_source_read_event.feature
957
- - features/docs/events/step_activated_event.feature
958
- - features/docs/events/step_definition_registered_event.feature
959
- - features/docs/events/test_case_finished_event.feature
960
- - features/docs/events/test_case_started_event.feature
961
- - features/docs/events/test_run_finished_event.feature
962
- - features/docs/events/test_run_started_event.feature
963
- - features/docs/events/test_step_finished_event.feature
964
- - features/docs/events/test_step_started_event.feature
965
- - features/docs/exception_in_after_hook.feature
966
- - features/docs/exception_in_after_step_hook.feature
967
- - features/docs/exception_in_around_hook.feature
968
- - features/docs/exception_in_before_hook.feature
969
- - features/docs/extending_cucumber/custom_filter.feature
970
- - features/docs/extending_cucumber/custom_formatter.feature
971
- - features/docs/formatters/api_methods.feature
972
- - features/docs/formatters/html_formatter.feature
973
- - features/docs/formatters/json_formatter.feature
974
- - features/docs/formatters/junit_formatter.feature
975
- - features/docs/formatters/pretty_formatter.feature
976
- - features/docs/formatters/progress_formatter.feature
977
- - features/docs/formatters/rerun_formatter.feature
978
- - features/docs/formatters/summary_formatter.feature
979
- - features/docs/formatters/usage_formatter.feature
980
- - features/docs/getting_started.feature
981
- - features/docs/gherkin/background.feature
982
- - features/docs/gherkin/doc_strings.feature
983
- - features/docs/gherkin/expand_option_for_outlines.feature
984
- - features/docs/gherkin/language_from_header.feature
985
- - features/docs/gherkin/outlines.feature
986
- - features/docs/gherkin/unicode_table.feature
987
- - features/docs/gherkin/using_descriptions.feature
988
- - features/docs/gherkin/using_star_notation.feature
989
- - features/docs/iso-8859-1.feature
990
- - features/docs/post_configuration_hook.feature
991
- - features/docs/profiles.feature
992
- - features/docs/rake_task.feature
993
- - features/docs/raketask.feature
994
- - features/docs/work_in_progress.feature
995
- - features/docs/writing_support_code/after_hooks.feature
996
- - features/docs/writing_support_code/after_step_hooks.feature
997
- - features/docs/writing_support_code/around_hooks.feature
998
- - features/docs/writing_support_code/before_hook.feature
999
- - features/docs/writing_support_code/hook_order.feature
1000
- - features/docs/writing_support_code/load_path.feature
1001
- - features/docs/writing_support_code/parameter_types.feature
1002
- - features/docs/writing_support_code/state.feature
1003
- - features/docs/writing_support_code/tagged_hooks.feature
1004
- - features/docs/writing_support_code/world.feature
1005
- - features/lib/step_definitions/aruba_steps.rb
1006
- - features/lib/step_definitions/cli_steps.rb
1007
- - features/lib/step_definitions/cucumber_steps.rb
1008
- - features/lib/step_definitions/iso-8859-1_steps.rb
1009
- - features/lib/step_definitions/json_steps.rb
1010
- - features/lib/step_definitions/junit_steps.rb
1011
- - features/lib/step_definitions/language_steps.rb
1012
- - features/lib/step_definitions/profile_steps.rb
1013
- - features/lib/step_definitions/retry_steps.rb
1014
- - features/lib/step_definitions/ruby_steps.rb
1015
- - features/lib/support/env.rb
1016
- - features/lib/support/fake_wire_server.rb
1017
- - features/lib/support/feature_factory.rb
1018
- - features/lib/support/normalise_output.rb
1019
- - features/lib/support/parameter_types.rb
1020
- - spec/cucumber/cli/configuration_spec.rb
1021
- - spec/cucumber/cli/main_spec.rb
1022
- - spec/cucumber/cli/options_spec.rb
1023
- - spec/cucumber/cli/profile_loader_spec.rb
1024
- - spec/cucumber/cli/rerun_spec.rb
1025
- - spec/cucumber/configuration_spec.rb
1026
- - spec/cucumber/constantize_spec.rb
1027
- - spec/cucumber/events_spec.rb
1028
- - spec/cucumber/file_specs_spec.rb
1029
- - spec/cucumber/filters/activate_steps_spec.rb
1030
- - spec/cucumber/filters/gated_receiver_spec.rb
1031
- - spec/cucumber/filters/retry_spec.rb
1032
- - spec/cucumber/filters/tag_limits/test_case_index_spec.rb
1033
- - spec/cucumber/filters/tag_limits/verifier_spec.rb
1034
- - spec/cucumber/filters/tag_limits_spec.rb
1035
- - spec/cucumber/formatter/ansicolor_spec.rb
1036
- - spec/cucumber/formatter/backtrace_filter_spec.rb
1037
- - spec/cucumber/formatter/console_counts_spec.rb
1038
- - spec/cucumber/formatter/duration_spec.rb
1039
- - spec/cucumber/formatter/fail_fast_spec.rb
1040
- - spec/cucumber/formatter/html_spec.rb
1041
- - spec/cucumber/formatter/interceptor_spec.rb
1042
- - spec/cucumber/formatter/json_spec.rb
1043
- - spec/cucumber/formatter/junit_spec.rb
1044
- - spec/cucumber/formatter/legacy_api/adapter_spec.rb
1045
- - spec/cucumber/formatter/pretty_spec.rb
1046
- - spec/cucumber/formatter/progress_spec.rb
1047
- - spec/cucumber/formatter/rerun_spec.rb
1048
- - spec/cucumber/formatter/spec_helper.rb
1049
- - spec/cucumber/glue/proto_world_spec.rb
1050
- - spec/cucumber/glue/registry_and_more_spec.rb
1051
- - spec/cucumber/glue/snippet_spec.rb
1052
- - spec/cucumber/glue/step_definition_spec.rb
1053
- - spec/cucumber/hooks_spec.rb
1054
- - spec/cucumber/multiline_argument/data_table_spec.rb
1055
- - spec/cucumber/project_initializer_spec.rb
1056
- - spec/cucumber/rake/forked_spec.rb
1057
- - spec/cucumber/rake/task_spec.rb
1058
- - spec/cucumber/running_test_case_spec.rb
1059
- - spec/cucumber/runtime/for_programming_languages_spec.rb
1060
- - spec/cucumber/runtime/support_code_spec.rb
1061
- - spec/cucumber/runtime_spec.rb
1062
- - spec/cucumber/sell_cucumbers.feature
1063
- - spec/cucumber/step_argument_spec.rb
1064
- - spec/cucumber/step_match_search_spec.rb
1065
- - spec/cucumber/step_match_spec.rb
1066
- - spec/cucumber/world/pending_spec.rb
1067
- - spec/spec_helper.rb
1068
- - spec/support/standard_step_actions.rb
528
+ summary: cucumber-3.0.2
529
+ test_files: []
530
+ has_rdoc: