cucumber 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +32 -4
- data/README.md +6 -5
- data/lib/cucumber/cli/options.rb +3 -1
- data/lib/cucumber/errors.rb +1 -1
- data/lib/cucumber/events.rb +0 -1
- data/lib/cucumber/events/test_step_finished.rb +0 -2
- data/lib/cucumber/events/test_step_started.rb +0 -2
- data/lib/cucumber/filters/quit.rb +0 -1
- data/lib/cucumber/formatter/html.rb +1 -1
- data/lib/cucumber/formatter/html_builder.rb +1 -1
- data/lib/cucumber/formatter/ignore_missing_messages.rb +0 -1
- data/lib/cucumber/formatter/json.rb +1 -1
- data/lib/cucumber/formatter/json_pretty.rb +0 -1
- data/lib/cucumber/formatter/rerun.rb +1 -1
- data/lib/cucumber/formatter/summary.rb +0 -1
- data/lib/cucumber/glue/proto_world.rb +2 -0
- data/lib/cucumber/glue/world_factory.rb +1 -1
- data/lib/cucumber/multiline_argument.rb +1 -1
- data/lib/cucumber/multiline_argument/data_table.rb +6 -10
- data/lib/cucumber/multiline_argument/data_table/diff_matrices.rb +0 -1
- data/lib/cucumber/step_definitions.rb +1 -1
- data/lib/cucumber/step_match.rb +1 -1
- data/lib/cucumber/step_match_search.rb +1 -1
- data/lib/cucumber/version +1 -1
- metadata +25 -563
- data/.coveralls.yml +0 -1
- data/.cucumberproignore +0 -6
- data/.gitattributes +0 -32
- data/.github/ISSUE_TEMPLATE.md +0 -48
- data/.github/PULL_REQUEST_TEMPLATE.md +0 -40
- data/.rspec +0 -1
- data/.rubocop.yml +0 -13
- data/.rubocop_todo.yml +0 -991
- data/.ruby-gemset +0 -1
- data/.travis.yml +0 -70
- data/.yardopts +0 -1
- data/Gemfile +0 -28
- data/Rakefile +0 -32
- data/appveyor.yml +0 -27
- data/cucumber.gemspec +0 -52
- data/cucumber.yml +0 -19
- data/examples/i18n/README.textile +0 -3
- data/examples/i18n/Rakefile +0 -33
- data/examples/i18n/ar/Rakefile +0 -6
- data/examples/i18n/ar/features/addition.feature +0 -17
- data/examples/i18n/ar/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/ar/lib/calculator.rb +0 -11
- data/examples/i18n/bg/Rakefile +0 -6
- data/examples/i18n/bg/features/addition.feature +0 -12
- data/examples/i18n/bg/features/consecutive_calculations.feature +0 -19
- data/examples/i18n/bg/features/division.feature +0 -17
- data/examples/i18n/bg/features/step_definitions/calculator_steps.rb +0 -24
- data/examples/i18n/bg/features/support/env.rb +0 -10
- data/examples/i18n/bg/features/support/world.rb +0 -8
- data/examples/i18n/bg/lib/calculator.rb +0 -25
- data/examples/i18n/ca/Rakefile +0 -6
- data/examples/i18n/ca/features/step_definitions/calculator_steps.rb +0 -26
- data/examples/i18n/ca/features/suma.feature +0 -17
- data/examples/i18n/ca/lib/calculadora.rb +0 -16
- data/examples/i18n/cs/Rakefile +0 -6
- data/examples/i18n/cs/features/addition.feature +0 -17
- data/examples/i18n/cs/features/division.feature +0 -11
- data/examples/i18n/cs/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/cs/lib/calculator.rb +0 -14
- data/examples/i18n/da/Rakefile +0 -6
- data/examples/i18n/da/features/sammenlaegning.feature +0 -18
- data/examples/i18n/da/features/step_definitions/lommeregner_steps.rb +0 -29
- data/examples/i18n/da/lib/lommeregner.rb +0 -11
- data/examples/i18n/de/Rakefile +0 -6
- data/examples/i18n/de/features/addition.feature +0 -17
- data/examples/i18n/de/features/division.feature +0 -10
- data/examples/i18n/de/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/de/lib/calculator.rb +0 -14
- data/examples/i18n/el/Rakefile +0 -6
- data/examples/i18n/el/features/addition.feature +0 -17
- data/examples/i18n/el/features/division.feature +0 -10
- data/examples/i18n/el/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/el/lib/calculator.rb +0 -14
- data/examples/i18n/en-lol/Rakefile +0 -4
- data/examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb +0 -16
- data/examples/i18n/en-lol/features/stuffing.feature +0 -8
- data/examples/i18n/en-lol/features/support/env.rb +0 -11
- data/examples/i18n/en-lol/lib/basket.rb +0 -12
- data/examples/i18n/en-lol/lib/belly.rb +0 -11
- data/examples/i18n/en/Rakefile +0 -6
- data/examples/i18n/en/features/addition.feature +0 -17
- data/examples/i18n/en/features/division.feature +0 -10
- data/examples/i18n/en/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/en/lib/calculator.rb +0 -14
- data/examples/i18n/eo/Rakefile +0 -6
- data/examples/i18n/eo/features/adicio.feature +0 -17
- data/examples/i18n/eo/features/divido.feature +0 -10
- data/examples/i18n/eo/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/eo/lib/calculator.rb +0 -14
- data/examples/i18n/es/Rakefile +0 -6
- data/examples/i18n/es/features/adicion.feature +0 -17
- data/examples/i18n/es/features/step_definitions/calculador_steps.rb +0 -26
- data/examples/i18n/es/lib/calculador.rb +0 -14
- data/examples/i18n/et/Rakefile +0 -6
- data/examples/i18n/et/features/jagamine.feature +0 -10
- data/examples/i18n/et/features/liitmine.feature +0 -17
- data/examples/i18n/et/features/step_definitions/kalkulaator_steps.rb +0 -29
- data/examples/i18n/et/lib/kalkulaator.rb +0 -14
- data/examples/i18n/fi/Rakefile +0 -6
- data/examples/i18n/fi/features/jakolasku.feature +0 -10
- data/examples/i18n/fi/features/step_definitions/laskin_steps.rb +0 -29
- data/examples/i18n/fi/features/yhteenlasku.feature +0 -17
- data/examples/i18n/fi/lib/laskin.rb +0 -14
- data/examples/i18n/fr/Rakefile +0 -8
- data/examples/i18n/fr/features/addition.feature +0 -18
- data/examples/i18n/fr/features/addition2.feature +0 -17
- data/examples/i18n/fr/features/step_definitions/calculatrice_steps.rb +0 -32
- data/examples/i18n/fr/features/support/env.rb +0 -10
- data/examples/i18n/fr/lib/calculatrice.rb +0 -10
- data/examples/i18n/he/Rakefile +0 -6
- data/examples/i18n/he/features/addition.feature +0 -17
- data/examples/i18n/he/features/division.feature +0 -10
- data/examples/i18n/he/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/he/lib/calculator.rb +0 -15
- data/examples/i18n/hi/Rakefile +0 -6
- data/examples/i18n/hi/features/addition.feature +0 -16
- data/examples/i18n/hi/features/division.feature +0 -10
- data/examples/i18n/hi/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/hi/lib/calculator.rb +0 -15
- data/examples/i18n/ht/Rakefile +0 -6
- data/examples/i18n/ht/features/adisyon.feature +0 -17
- data/examples/i18n/ht/features/divizyon.feature +0 -10
- data/examples/i18n/ht/features/step_definitions/kalkilatris_steps.rb +0 -29
- data/examples/i18n/ht/lib/kalkilatris.rb +0 -14
- data/examples/i18n/hu/Rakefile +0 -6
- data/examples/i18n/hu/features/osszeadas.feature +0 -17
- data/examples/i18n/hu/features/osztas.feature +0 -10
- data/examples/i18n/hu/features/step_definitions/calculator_steps.rb +0 -30
- data/examples/i18n/hu/lib/calculator.rb +0 -14
- data/examples/i18n/id/Rakefile +0 -6
- data/examples/i18n/id/features/addition.feature +0 -17
- data/examples/i18n/id/features/division.feature +0 -10
- data/examples/i18n/id/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/id/lib/calculator.rb +0 -14
- data/examples/i18n/it/Rakefile +0 -6
- data/examples/i18n/it/features/somma.feature +0 -11
- data/examples/i18n/it/features/step_definitions/calcolatrice_steps.rb +0 -29
- data/examples/i18n/it/lib/calcolatrice.rb +0 -11
- data/examples/i18n/ja/Rakefile +0 -6
- data/examples/i18n/ja/features/addition.feature +0 -17
- data/examples/i18n/ja/features/division.feature +0 -10
- data/examples/i18n/ja/features/step_definitions/calculator_steps.rb +0 -19
- data/examples/i18n/ja/features/support/env.rb +0 -10
- data/examples/i18n/ja/lib/calculator.rb +0 -14
- data/examples/i18n/ko/Rakefile +0 -6
- data/examples/i18n/ko/features/addition.feature +0 -17
- data/examples/i18n/ko/features/division.feature +0 -11
- data/examples/i18n/ko/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/ko/lib/calculator.rb +0 -14
- data/examples/i18n/lt/Rakefile +0 -6
- data/examples/i18n/lt/features/addition.feature +0 -17
- data/examples/i18n/lt/features/division.feature +0 -10
- data/examples/i18n/lt/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/lt/lib/calculator.rb +0 -14
- data/examples/i18n/lv/Rakefile +0 -6
- data/examples/i18n/lv/features/addition.feature +0 -17
- data/examples/i18n/lv/features/division.feature +0 -10
- data/examples/i18n/lv/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/lv/lib/calculator.rb +0 -14
- data/examples/i18n/no/Rakefile +0 -6
- data/examples/i18n/no/features/step_definitions/kalkulator_steps.rb +0 -17
- data/examples/i18n/no/features/summering.feature +0 -19
- data/examples/i18n/no/features/support/env.rb +0 -11
- data/examples/i18n/no/lib/kalkulator.rb +0 -11
- data/examples/i18n/pl/Rakefile +0 -6
- data/examples/i18n/pl/features/addition.feature +0 -17
- data/examples/i18n/pl/features/division.feature +0 -10
- data/examples/i18n/pl/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/pl/features/support/env.rb +0 -10
- data/examples/i18n/pl/lib/calculator.rb +0 -14
- data/examples/i18n/pt/Rakefile +0 -6
- data/examples/i18n/pt/features/adicao.feature +0 -11
- data/examples/i18n/pt/features/step_definitions/calculadora_steps.rb +0 -20
- data/examples/i18n/pt/features/support/env.rb +0 -10
- data/examples/i18n/pt/lib/calculadora.rb +0 -10
- data/examples/i18n/ro/Rakefile +0 -6
- data/examples/i18n/ro/features/adunare.feature +0 -12
- data/examples/i18n/ro/features/step_definitions/calculator_steps.rb +0 -26
- data/examples/i18n/ro/lib/calculator.rb +0 -11
- data/examples/i18n/ru/Rakefile +0 -6
- data/examples/i18n/ru/features/addition.feature +0 -11
- data/examples/i18n/ru/features/consecutive_calculations.feature +0 -17
- data/examples/i18n/ru/features/division.feature +0 -16
- data/examples/i18n/ru/features/step_definitions/calculator_steps.rb +0 -19
- data/examples/i18n/ru/features/support/env.rb +0 -10
- data/examples/i18n/ru/features/support/world.rb +0 -8
- data/examples/i18n/ru/lib/calculator.rb +0 -25
- data/examples/i18n/sk/Rakefile +0 -6
- data/examples/i18n/sk/features/addition.feature +0 -17
- data/examples/i18n/sk/features/division.feature +0 -10
- data/examples/i18n/sk/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/sk/lib/calculator.rb +0 -14
- data/examples/i18n/sr-Cyrl/Rakefile +0 -6
- data/examples/i18n/sr-Cyrl/features/sabiranje.feature +0 -18
- data/examples/i18n/sr-Cyrl/features/step_definitions/calculator_steps.rb +0 -20
- data/examples/i18n/sr-Cyrl/features/support/env.rb +0 -10
- data/examples/i18n/sr-Cyrl/lib/calculator.rb +0 -12
- data/examples/i18n/sr-Latn/Rakefile +0 -6
- data/examples/i18n/sr-Latn/features/sabiranje.feature +0 -18
- data/examples/i18n/sr-Latn/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/sr-Latn/lib/calculator.rb +0 -12
- data/examples/i18n/sv/Rakefile +0 -6
- data/examples/i18n/sv/features/step_definitions/kalkulator_steps.rb +0 -29
- data/examples/i18n/sv/features/summering.feature +0 -18
- data/examples/i18n/sv/lib/kalkulator.rb +0 -11
- data/examples/i18n/tr/Rakefile +0 -6
- data/examples/i18n/tr/features/bolme.feature +0 -10
- data/examples/i18n/tr/features/step_definitions/hesap_makinesi_adimlari.rb +0 -29
- data/examples/i18n/tr/features/toplama.feature +0 -18
- data/examples/i18n/tr/lib/hesap_makinesi.rb +0 -15
- data/examples/i18n/uk/Rakefile +0 -6
- data/examples/i18n/uk/features/addition.feature +0 -11
- data/examples/i18n/uk/features/consecutive_calculations.feature +0 -17
- data/examples/i18n/uk/features/division.feature +0 -16
- data/examples/i18n/uk/features/step_definitions/calculator_steps.rb +0 -19
- data/examples/i18n/uk/features/support/env.rb +0 -10
- data/examples/i18n/uk/features/support/world.rb +0 -8
- data/examples/i18n/uk/lib/calculator.rb +0 -25
- data/examples/i18n/uz/Rakefile +0 -6
- data/examples/i18n/uz/features/addition.feature +0 -10
- data/examples/i18n/uz/features/consecutive_calculations.feature +0 -17
- data/examples/i18n/uz/features/division.feature +0 -17
- data/examples/i18n/uz/features/step_definitions/calculator_steps.rb +0 -19
- data/examples/i18n/uz/features/support/env.rb +0 -10
- data/examples/i18n/uz/features/support/world.rb +0 -8
- data/examples/i18n/uz/lib/calculator.rb +0 -25
- data/examples/i18n/zh-CN/Rakefile +0 -4
- data/examples/i18n/zh-CN/features/addition.feature +0 -18
- data/examples/i18n/zh-CN/features/step_definitions/calculator_steps.rb +0 -31
- data/examples/i18n/zh-CN/lib/calculator.rb +0 -10
- data/examples/i18n/zh-TW/Rakefile +0 -4
- data/examples/i18n/zh-TW/features/addition.feature +0 -17
- data/examples/i18n/zh-TW/features/division.feature +0 -11
- data/examples/i18n/zh-TW/features/step_definitions/calculator_steps.rb +0 -29
- data/examples/i18n/zh-TW/lib/calculator.rb +0 -14
- data/examples/rspec_doubles/Rakefile +0 -4
- data/examples/rspec_doubles/features/mocking.feature +0 -9
- data/examples/rspec_doubles/features/step_definitions/calvin_steps.rb +0 -19
- data/examples/rspec_doubles/features/support/env.rb +0 -12
- data/examples/sinatra/README.textile +0 -13
- data/examples/sinatra/Rakefile +0 -6
- data/examples/sinatra/app.rb +0 -14
- data/examples/sinatra/features/add.feature +0 -11
- data/examples/sinatra/features/step_definitions/add_steps.rb +0 -15
- data/examples/sinatra/features/support/env.rb +0 -15
- data/examples/sinatra/views/add.erb +0 -7
- data/examples/sinatra/views/layout.erb +0 -8
- data/examples/tcl/README.textile +0 -11
- data/examples/tcl/Rakefile +0 -6
- data/examples/tcl/features/fibonnacci.feature +0 -17
- data/examples/tcl/features/step_definitions/fib_steps.rb +0 -7
- data/examples/tcl/features/support/env.rb +0 -7
- data/examples/tcl/src/fib.tcl +0 -3
- data/examples/test_unit/Gemfile +0 -4
- data/examples/test_unit/Rakefile +0 -6
- data/examples/test_unit/features/step_definitions/test_unit_steps.rb +0 -20
- data/examples/test_unit/features/test_unit.feature +0 -9
- data/examples/watir/README.textile +0 -16
- data/examples/watir/Rakefile +0 -12
- data/examples/watir/cucumber.yml +0 -1
- data/examples/watir/features/search.feature +0 -12
- data/examples/watir/features/step_definitions/search_steps.rb +0 -27
- data/examples/watir/features/support/env.rb +0 -39
- data/examples/watir/features/support/screenshots.rb +0 -47
- data/features/docs/api/list_step_defs_as_json.feature +0 -64
- data/features/docs/api/listen_for_events.feature +0 -59
- data/features/docs/api/run_cli_main_with_existing_runtime.feature +0 -27
- data/features/docs/cli/backtraces.feature +0 -36
- data/features/docs/cli/dry_run.feature +0 -73
- data/features/docs/cli/exclude_files.feature +0 -18
- data/features/docs/cli/execute_with_tag_filter.feature +0 -119
- data/features/docs/cli/fail_fast.feature +0 -48
- data/features/docs/cli/finding_steps.feature +0 -28
- data/features/docs/cli/help.feature +0 -8
- data/features/docs/cli/i18n.feature +0 -42
- data/features/docs/cli/randomize.feature +0 -140
- data/features/docs/cli/require.feature +0 -27
- data/features/docs/cli/retry_failing_tests.feature +0 -92
- data/features/docs/cli/run_scenarios_matching_name.feature +0 -105
- data/features/docs/cli/run_specific_scenarios.feature +0 -77
- data/features/docs/cli/showing_differences.feature +0 -43
- data/features/docs/cli/specifying_multiple_formatters.feature +0 -68
- data/features/docs/cli/strict_mode.feature +0 -70
- data/features/docs/defining_steps/ambiguous_steps.feature +0 -89
- data/features/docs/defining_steps/nested_steps.feature +0 -181
- data/features/docs/defining_steps/nested_steps_i18n.feature +0 -37
- data/features/docs/defining_steps/nested_steps_with_second_arg.feature +0 -56
- data/features/docs/defining_steps/one_line_step_definitions.feature +0 -65
- data/features/docs/defining_steps/printing_messages.feature +0 -147
- data/features/docs/defining_steps/skip_scenario.feature +0 -31
- data/features/docs/defining_steps/snippets.feature +0 -56
- data/features/docs/defining_steps/table_diffing.feature +0 -50
- data/features/docs/events/gherkin_source_read_event.feature +0 -43
- data/features/docs/events/step_activated_event.feature +0 -36
- data/features/docs/events/step_definition_registered_event.feature +0 -29
- data/features/docs/events/test_case_finished_event.feature +0 -35
- data/features/docs/events/test_case_started_event.feature +0 -54
- data/features/docs/events/test_run_finished_event.feature +0 -40
- data/features/docs/events/test_run_started_event.feature +0 -41
- data/features/docs/events/test_step_finished_event.feature +0 -47
- data/features/docs/events/test_step_started_event.feature +0 -43
- data/features/docs/exception_in_after_hook.feature +0 -127
- data/features/docs/exception_in_after_step_hook.feature +0 -104
- data/features/docs/exception_in_around_hook.feature +0 -80
- data/features/docs/exception_in_before_hook.feature +0 -98
- data/features/docs/extending_cucumber/custom_filter.feature +0 -29
- data/features/docs/extending_cucumber/custom_formatter.feature +0 -94
- data/features/docs/formatters/api_methods.feature +0 -37
- data/features/docs/formatters/html_formatter.feature +0 -91
- data/features/docs/formatters/json_formatter.feature +0 -767
- data/features/docs/formatters/junit_formatter.feature +0 -455
- data/features/docs/formatters/pretty_formatter.feature +0 -74
- data/features/docs/formatters/progress_formatter.feature +0 -32
- data/features/docs/formatters/rerun_formatter.feature +0 -190
- data/features/docs/formatters/summary_formatter.feature +0 -35
- data/features/docs/formatters/usage_formatter.feature +0 -101
- data/features/docs/getting_started.feature +0 -28
- data/features/docs/gherkin/background.feature +0 -548
- data/features/docs/gherkin/doc_strings.feature +0 -76
- data/features/docs/gherkin/expand_option_for_outlines.feature +0 -47
- data/features/docs/gherkin/language_from_header.feature +0 -32
- data/features/docs/gherkin/outlines.feature +0 -158
- data/features/docs/gherkin/unicode_table.feature +0 -33
- data/features/docs/gherkin/using_descriptions.feature +0 -83
- data/features/docs/gherkin/using_star_notation.feature +0 -37
- data/features/docs/iso-8859-1.feature +0 -6
- data/features/docs/post_configuration_hook.feature +0 -33
- data/features/docs/profiles.feature +0 -120
- data/features/docs/rake_task.feature +0 -146
- data/features/docs/raketask.feature +0 -46
- data/features/docs/work_in_progress.feature +0 -157
- data/features/docs/writing_support_code/after_hooks.feature +0 -102
- data/features/docs/writing_support_code/after_step_hooks.feature +0 -55
- data/features/docs/writing_support_code/around_hooks.feature +0 -266
- data/features/docs/writing_support_code/before_hook.feature +0 -66
- data/features/docs/writing_support_code/hook_order.feature +0 -63
- data/features/docs/writing_support_code/load_path.feature +0 -17
- data/features/docs/writing_support_code/parameter_types.feature +0 -69
- data/features/docs/writing_support_code/state.feature +0 -32
- data/features/docs/writing_support_code/tagged_hooks.feature +0 -95
- data/features/docs/writing_support_code/world.feature +0 -129
- data/features/lib/step_definitions/aruba_steps.rb +0 -21
- data/features/lib/step_definitions/cli_steps.rb +0 -4
- data/features/lib/step_definitions/cucumber_steps.rb +0 -75
- data/features/lib/step_definitions/iso-8859-1_steps.rb +0 -16
- data/features/lib/step_definitions/json_steps.rb +0 -8
- data/features/lib/step_definitions/junit_steps.rb +0 -14
- data/features/lib/step_definitions/language_steps.rb +0 -9
- data/features/lib/step_definitions/profile_steps.rb +0 -16
- data/features/lib/step_definitions/retry_steps.rb +0 -55
- data/features/lib/step_definitions/ruby_steps.rb +0 -4
- data/features/lib/support/env.rb +0 -22
- data/features/lib/support/fake_wire_server.rb +0 -94
- data/features/lib/support/feature_factory.rb +0 -68
- data/features/lib/support/normalise_output.rb +0 -52
- data/features/lib/support/parameter_types.rb +0 -5
- data/gem_tasks/contributors.rake +0 -19
- data/gem_tasks/cov.rake +0 -6
- data/gem_tasks/downloads.rb +0 -8
- data/gem_tasks/environment.rake +0 -4
- data/gem_tasks/examples.rake +0 -12
- data/gem_tasks/fix_cr_lf.rake +0 -22
- data/gem_tasks/flog.rake +0 -5
- data/gem_tasks/rspec.rake +0 -7
- data/gem_tasks/sass.rake +0 -5
- data/gem_tasks/stats +0 -16
- data/gem_tasks/versions.txt +0 -74
- data/scripts/invite-collaborator +0 -40
- data/scripts/update-changelog +0 -86
- data/spec/cucumber/cli/configuration_spec.rb +0 -446
- data/spec/cucumber/cli/main_spec.rb +0 -84
- data/spec/cucumber/cli/options_spec.rb +0 -445
- data/spec/cucumber/cli/profile_loader_spec.rb +0 -66
- data/spec/cucumber/cli/rerun_spec.rb +0 -86
- data/spec/cucumber/configuration_spec.rb +0 -148
- data/spec/cucumber/constantize_spec.rb +0 -20
- data/spec/cucumber/events_spec.rb +0 -9
- data/spec/cucumber/file_specs_spec.rb +0 -61
- data/spec/cucumber/filters/activate_steps_spec.rb +0 -152
- data/spec/cucumber/filters/gated_receiver_spec.rb +0 -48
- data/spec/cucumber/filters/retry_spec.rb +0 -98
- data/spec/cucumber/filters/tag_limits/test_case_index_spec.rb +0 -39
- data/spec/cucumber/filters/tag_limits/verifier_spec.rb +0 -58
- data/spec/cucumber/filters/tag_limits_spec.rb +0 -60
- data/spec/cucumber/formatter/ansicolor_spec.rb +0 -33
- data/spec/cucumber/formatter/backtrace_filter_spec.rb +0 -32
- data/spec/cucumber/formatter/console_counts_spec.rb +0 -14
- data/spec/cucumber/formatter/duration_spec.rb +0 -23
- data/spec/cucumber/formatter/fail_fast_spec.rb +0 -88
- data/spec/cucumber/formatter/html_spec.rb +0 -543
- data/spec/cucumber/formatter/interceptor_spec.rb +0 -137
- data/spec/cucumber/formatter/json_spec.rb +0 -815
- data/spec/cucumber/formatter/junit_spec.rb +0 -251
- data/spec/cucumber/formatter/legacy_api/adapter_spec.rb +0 -2175
- data/spec/cucumber/formatter/pretty_spec.rb +0 -907
- data/spec/cucumber/formatter/progress_spec.rb +0 -170
- data/spec/cucumber/formatter/rerun_spec.rb +0 -97
- data/spec/cucumber/formatter/spec_helper.rb +0 -84
- data/spec/cucumber/glue/proto_world_spec.rb +0 -63
- data/spec/cucumber/glue/registry_and_more_spec.rb +0 -213
- data/spec/cucumber/glue/snippet_spec.rb +0 -174
- data/spec/cucumber/glue/step_definition_spec.rb +0 -207
- data/spec/cucumber/hooks_spec.rb +0 -31
- data/spec/cucumber/multiline_argument/data_table_spec.rb +0 -653
- data/spec/cucumber/project_initializer_spec.rb +0 -88
- data/spec/cucumber/rake/forked_spec.rb +0 -58
- data/spec/cucumber/rake/task_spec.rb +0 -86
- data/spec/cucumber/running_test_case_spec.rb +0 -140
- data/spec/cucumber/runtime/for_programming_languages_spec.rb +0 -8
- data/spec/cucumber/runtime/support_code_spec.rb +0 -17
- data/spec/cucumber/runtime_spec.rb +0 -21
- data/spec/cucumber/sell_cucumbers.feature +0 -19
- data/spec/cucumber/step_argument_spec.rb +0 -19
- data/spec/cucumber/step_match_search_spec.rb +0 -113
- data/spec/cucumber/step_match_spec.rb +0 -86
- data/spec/cucumber/world/pending_spec.rb +0 -48
- data/spec/spec_helper.rb +0 -30
- data/spec/support/standard_step_actions.rb +0 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ec5d9a669243f25746c71a44877f3db8c5ce993
|
4
|
+
data.tar.gz: 514d163d359d7626cef2c2670992faf8cb6211b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9028e785c7f4f43bcd11aa4e4e44a976fa434901c2df26d4b5ec55e4b41bee69439646e0f179eeab1504de9b388d62fccf3fd71f49d44cddcc68f0052c3dfcb7
|
7
|
+
data.tar.gz: cacc57c3d621b6682a2fb739fae0c69e7235ec46c71e36383b5e23938cca378a63a67799a3ae75427ff36f1320ed8fba4260c00299351443a25fb2a1f47b2836
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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
|
-
###
|
23
|
+
### Deprecated
|
20
24
|
|
21
25
|
* N/A
|
22
26
|
|
23
|
-
###
|
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
|
-
## [
|
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
|
-
[![
|
2
|
-
[![
|
3
|
-
|
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)
|
41
|
+
Copyright (c) Cucumber Ltd. and Contributors. See LICENSE for details.
|
data/lib/cucumber/cli/options.rb
CHANGED
@@ -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
|
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
|
|
data/lib/cucumber/errors.rb
CHANGED
@@ -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
|
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)
|
data/lib/cucumber/events.rb
CHANGED
@@ -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)
|
@@ -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
|
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
|
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
|
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
|
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
|
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
|
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
|
523
|
+
[:row, line, *@cells.map(&:to_sexp)]
|
528
524
|
end
|
529
525
|
|
530
526
|
def to_hash #:nodoc:
|
data/lib/cucumber/step_match.rb
CHANGED
@@ -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
|
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
|
data/lib/cucumber/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
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.
|
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-
|
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:
|
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:
|
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.
|
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.
|
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.
|
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.
|
525
|
+
rubygems_version: 2.5.2
|
924
526
|
signing_key:
|
925
527
|
specification_version: 4
|
926
|
-
summary: cucumber-3.0.
|
927
|
-
test_files:
|
928
|
-
|
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:
|