132
131
- !ruby/object:Gem::Dependency
134
133
requirement: !ruby/object:Gem::Requirement
138
136
- !ruby/object:Gem::Version
140
138
type: :development
141
139
prerelease: false
142
140
version_requirements: !ruby/object:Gem::Requirement
146
143
- !ruby/object:Gem::Version
148
145
- !ruby/object:Gem::Dependency
150
147
requirement: !ruby/object:Gem::Requirement
154
150
- !ruby/object:Gem::Version
157
- !ruby/object:Gem::Version
159
152
type: :development
160
153
prerelease: false
161
154
version_requirements: !ruby/object:Gem::Requirement
165
157
- !ruby/object:Gem::Version
168
- !ruby/object:Gem::Version
170
159
- !ruby/object:Gem::Dependency
172
161
requirement: !ruby/object:Gem::Requirement
176
164
- !ruby/object:Gem::Version
178
166
type: :development
179
167
prerelease: false
180
168
version_requirements: !ruby/object:Gem::Requirement
184
171
- !ruby/object:Gem::Version
186
173
- !ruby/object:Gem::Dependency
188
175
requirement: !ruby/object:Gem::Requirement
192
178
- !ruby/object:Gem::Version
194
180
type: :development
195
181
prerelease: false
196
182
version_requirements: !ruby/object:Gem::Requirement
200
185
- !ruby/object:Gem::Version
202
187
- !ruby/object:Gem::Dependency
204
189
requirement: !ruby/object:Gem::Requirement
208
192
- !ruby/object:Gem::Version
210
194
type: :development
211
195
prerelease: false
212
196
version_requirements: !ruby/object:Gem::Requirement
216
199
- !ruby/object:Gem::Version
218
201
- !ruby/object:Gem::Dependency
220
203
requirement: !ruby/object:Gem::Requirement
224
- !ruby/object:Gem::Version
228
version_requirements: !ruby/object:Gem::Requirement
232
- !ruby/object:Gem::Version
206
- !ruby/object:Gem::Version
210
version_requirements: !ruby/object:Gem::Requirement
213
- !ruby/object:Gem::Version
215
- !ruby/object:Gem::Dependency
217
requirement: !ruby/object:Gem::Requirement
220
- !ruby/object:Gem::Version
224
version_requirements: !ruby/object:Gem::Requirement
227
- !ruby/object:Gem::Version
234
229
- !ruby/object:Gem::Dependency
236
231
requirement: !ruby/object:Gem::Requirement
240
234
- !ruby/object:Gem::Version
282
271
- !ruby/object:Gem::Dependency
284
273
requirement: !ruby/object:Gem::Requirement
288
- !ruby/object:Gem::Version
291
276
- !ruby/object:Gem::Version
293
278
type: :development
294
279
prerelease: false
295
280
version_requirements: !ruby/object:Gem::Requirement
299
- !ruby/object:Gem::Version
302
283
- !ruby/object:Gem::Version
304
285
- !ruby/object:Gem::Dependency
306
287
requirement: !ruby/object:Gem::Requirement
310
- !ruby/object:Gem::Version
314
version_requirements: !ruby/object:Gem::Requirement
318
- !ruby/object:Gem::Version
320
- !ruby/object:Gem::Dependency
322
requirement: !ruby/object:Gem::Requirement
326
- !ruby/object:Gem::Version
330
version_requirements: !ruby/object:Gem::Requirement
334
- !ruby/object:Gem::Version
290
- !ruby/object:Gem::Version
294
version_requirements: !ruby/object:Gem::Requirement
297
- !ruby/object:Gem::Version
336
299
- !ruby/object:Gem::Dependency
338
301
requirement: !ruby/object:Gem::Requirement
342
- !ruby/object:Gem::Version
346
version_requirements: !ruby/object:Gem::Requirement
350
- !ruby/object:Gem::Version
352
- !ruby/object:Gem::Dependency
354
requirement: !ruby/object:Gem::Requirement
358
- !ruby/object:Gem::Version
362
version_requirements: !ruby/object:Gem::Requirement
366
- !ruby/object:Gem::Version
368
- !ruby/object:Gem::Dependency
370
requirement: !ruby/object:Gem::Requirement
374
- !ruby/object:Gem::Version
378
version_requirements: !ruby/object:Gem::Requirement
382
- !ruby/object:Gem::Version
384
- !ruby/object:Gem::Dependency
386
requirement: !ruby/object:Gem::Requirement
390
- !ruby/object:Gem::Version
394
version_requirements: !ruby/object:Gem::Requirement
398
- !ruby/object:Gem::Version
304
- !ruby/object:Gem::Version
308
version_requirements: !ruby/object:Gem::Requirement
311
- !ruby/object:Gem::Version
400
313
description: Behaviour Driven Development with elegance and joy
401
314
email: cukes@googlegroups.com
423
335
- examples/i18n/Rakefile
424
336
- examples/i18n/ar/Rakefile
425
337
- examples/i18n/ar/features/addition.feature
426
- examples/i18n/ar/features/step_definitons/calculator_steps.rb
338
- examples/i18n/ar/features/step_definitions/calculator_steps.rb
427
339
- examples/i18n/ar/lib/calculator.rb
428
340
- examples/i18n/bg/Rakefile
429
341
- examples/i18n/bg/features/addition.feature
430
342
- examples/i18n/bg/features/consecutive_calculations.feature
431
343
- examples/i18n/bg/features/division.feature
432
- examples/i18n/bg/features/step_definitons/calculator_steps.rb
344
- examples/i18n/bg/features/step_definitions/calculator_steps.rb
433
345
- examples/i18n/bg/features/support/env.rb
434
346
- examples/i18n/bg/features/support/world.rb
435
347
- examples/i18n/bg/lib/calculator.rb
436
348
- examples/i18n/ca/Rakefile
437
- examples/i18n/ca/features/step_definitons/calculator_steps.rb
349
- examples/i18n/ca/features/step_definitions/calculator_steps.rb
438
350
- examples/i18n/ca/features/suma.feature
439
351
- examples/i18n/ca/lib/calculadora.rb
440
352
- examples/i18n/cs/Rakefile
441
353
- examples/i18n/cs/features/addition.feature
442
354
- examples/i18n/cs/features/division.feature
443
- examples/i18n/cs/features/step_definitons/calculator_steps.rb
355
- examples/i18n/cs/features/step_definitions/calculator_steps.rb
444
356
- examples/i18n/cs/lib/calculator.rb
445
357
- examples/i18n/da/Rakefile
446
358
- examples/i18n/da/features/sammenlaegning.feature
447
- examples/i18n/da/features/step_definitons/lommeregner_steps.rb
359
- examples/i18n/da/features/step_definitions/lommeregner_steps.rb
448
360
- examples/i18n/da/lib/lommeregner.rb
449
361
- examples/i18n/de/Rakefile
450
362
- examples/i18n/de/features/addition.feature
451
363
- examples/i18n/de/features/division.feature
452
- examples/i18n/de/features/step_definitons/calculator_steps.rb
364
- examples/i18n/de/features/step_definitions/calculator_steps.rb
453
365
- examples/i18n/de/lib/calculator.rb
366
- examples/i18n/el/Rakefile
367
- examples/i18n/el/features/addition.feature
368
- examples/i18n/el/features/division.feature
369
- examples/i18n/el/features/step_definitions/calculator_steps.rb
370
- examples/i18n/el/lib/calculator.rb
454
371
- examples/i18n/en-lol/Rakefile
455
372
- examples/i18n/en-lol/features/step_definitions/cucumbrz_steps.rb
456
373
- examples/i18n/en-lol/features/stuffing.feature
490
407
- examples/i18n/he/Rakefile
491
408
- examples/i18n/he/features/addition.feature
492
409
- examples/i18n/he/features/division.feature
493
- examples/i18n/he/features/step_definitons/calculator_steps.rb
410
- examples/i18n/he/features/step_definitions/calculator_steps.rb
494
411
- examples/i18n/he/lib/calculator.rb
495
412
- examples/i18n/hi/Rakefile
496
413
- examples/i18n/hi/features/addition.feature
497
414
- examples/i18n/hi/features/division.feature
498
- examples/i18n/hi/features/step_definitons/calculator_steps.rb
415
- examples/i18n/hi/features/step_definitions/calculator_steps.rb
499
416
- examples/i18n/hi/lib/calculator.rb
417
- examples/i18n/ht/Rakefile
418
- examples/i18n/ht/features/adisyon.feature
419
- examples/i18n/ht/features/divizyon.feature
420
- examples/i18n/ht/features/step_definitions/kalkilatris_steps.rb
421
- examples/i18n/ht/lib/kalkilatris.rb
500
422
- examples/i18n/hu/Rakefile
501
423
- examples/i18n/hu/features/osszeadas.feature
502
424
- examples/i18n/hu/features/osztas.feature
503
- examples/i18n/hu/features/step_definitons/calculator_steps.rb
425
- examples/i18n/hu/features/step_definitions/calculator_steps.rb
504
426
- examples/i18n/hu/lib/calculator.rb
505
427
- examples/i18n/id/Rakefile
506
428
- examples/i18n/id/features/addition.feature
507
429
- examples/i18n/id/features/division.feature
508
- examples/i18n/id/features/step_definitons/calculator_steps.rb
430
- examples/i18n/id/features/step_definitions/calculator_steps.rb
509
431
- examples/i18n/id/lib/calculator.rb
510
432
- examples/i18n/it/Rakefile
511
433
- examples/i18n/it/features/somma.feature
512
- examples/i18n/it/features/step_definitons/calcolatrice_steps.rb
434
- examples/i18n/it/features/step_definitions/calcolatrice_steps.rb
513
435
- examples/i18n/it/lib/calcolatrice.rb
514
436
- examples/i18n/ja/Rakefile
515
437
- examples/i18n/ja/features/addition.feature
516
438
- examples/i18n/ja/features/division.feature
517
- examples/i18n/ja/features/step_definitons/calculator_steps.rb
439
- examples/i18n/ja/features/step_definitions/calculator_steps.rb
518
440
- examples/i18n/ja/features/support/env.rb
519
441
- examples/i18n/ja/lib/calculator.rb
520
442
- examples/i18n/ko/Rakefile
521
443
- examples/i18n/ko/features/addition.feature
522
444
- examples/i18n/ko/features/division.feature
523
- examples/i18n/ko/features/step_definitons/calculator_steps.rb
445
- examples/i18n/ko/features/step_definitions/calculator_steps.rb
524
446
- examples/i18n/ko/lib/calculator.rb
525
447
- examples/i18n/lt/Rakefile
526
448
- examples/i18n/lt/features/addition.feature
527
449
- examples/i18n/lt/features/division.feature
528
- examples/i18n/lt/features/step_definitons/calculator_steps.rb
450
- examples/i18n/lt/features/step_definitions/calculator_steps.rb
529
451
- examples/i18n/lt/lib/calculator.rb
530
452
- examples/i18n/lv/Rakefile
531
453
- examples/i18n/lv/features/addition.feature
532
454
- examples/i18n/lv/features/division.feature
533
- examples/i18n/lv/features/step_definitons/calculator_steps.rb
455
- examples/i18n/lv/features/step_definitions/calculator_steps.rb
534
456
- examples/i18n/lv/lib/calculator.rb
535
457
- examples/i18n/no/Rakefile
536
- examples/i18n/no/features/step_definitons/kalkulator_steps.rb
458
- examples/i18n/no/features/step_definitions/kalkulator_steps.rb
537
459
- examples/i18n/no/features/summering.feature
538
460
- examples/i18n/no/features/support/env.rb
539
461
- examples/i18n/no/lib/kalkulator.rb
540
462
- examples/i18n/pl/Rakefile
541
463
- examples/i18n/pl/features/addition.feature
542
464
- examples/i18n/pl/features/division.feature
543
- examples/i18n/pl/features/step_definitons/calculator_steps.rb
465
- examples/i18n/pl/features/step_definitions/calculator_steps.rb
544
466
- examples/i18n/pl/features/support/env.rb
545
467
- examples/i18n/pl/lib/calculator.rb
546
468
- examples/i18n/pt/Rakefile
550
472
- examples/i18n/pt/lib/calculadora.rb
551
473
- examples/i18n/ro/Rakefile
552
474
- examples/i18n/ro/features/adunare.feature
553
- examples/i18n/ro/features/step_definitons/calculator_steps.rb
475
- examples/i18n/ro/features/step_definitions/calculator_steps.rb
554
476
- examples/i18n/ro/lib/calculator.rb
555
477
- examples/i18n/ru/Rakefile
556
478
- examples/i18n/ru/features/addition.feature
557
479
- examples/i18n/ru/features/consecutive_calculations.feature
558
480
- examples/i18n/ru/features/division.feature
559
- examples/i18n/ru/features/step_definitons/calculator_steps.rb
481
- examples/i18n/ru/features/step_definitions/calculator_steps.rb
560
482
- examples/i18n/ru/features/support/env.rb
561
483
- examples/i18n/ru/features/support/world.rb
562
484
- examples/i18n/ru/lib/calculator.rb
563
485
- examples/i18n/sk/Rakefile
564
486
- examples/i18n/sk/features/addition.feature
565
487
- examples/i18n/sk/features/division.feature
566
- examples/i18n/sk/features/step_definitons/calculator_steps.rb
488
- examples/i18n/sk/features/step_definitions/calculator_steps.rb
567
489
- examples/i18n/sk/lib/calculator.rb
568
490
- examples/i18n/sr-Cyrl/Rakefile
569
491
- examples/i18n/sr-Cyrl/features/sabiranje.feature
570
- examples/i18n/sr-Cyrl/features/step_definitons/calculator_steps.rb
492
- examples/i18n/sr-Cyrl/features/step_definitions/calculator_steps.rb
571
493
- examples/i18n/sr-Cyrl/features/support/env.rb
572
494
- examples/i18n/sr-Cyrl/lib/calculator.rb
573
495
- examples/i18n/sr-Latn/Rakefile
574
496
- examples/i18n/sr-Latn/features/sabiranje.feature
575
- examples/i18n/sr-Latn/features/step_definitons/calculator_steps.rb
497
- examples/i18n/sr-Latn/features/step_definitions/calculator_steps.rb
576
498
- examples/i18n/sr-Latn/lib/calculator.rb
577
499
- examples/i18n/sv/Rakefile
578
- examples/i18n/sv/features/step_definitons/kalkulator_steps.rb
500
- examples/i18n/sv/features/step_definitions/kalkulator_steps.rb
579
501
- examples/i18n/sv/features/summering.feature
580
502
- examples/i18n/sv/lib/kalkulator.rb
581
503
- examples/i18n/tr/Rakefile
582
504
- examples/i18n/tr/features/bolme.feature
583
- examples/i18n/tr/features/step_definitons/hesap_makinesi_adimlari.rb
505
- examples/i18n/tr/features/step_definitions/hesap_makinesi_adimlari.rb
584
506
- examples/i18n/tr/features/toplama.feature
585
507
- examples/i18n/tr/lib/hesap_makinesi.rb
586
508
- examples/i18n/uk/Rakefile
587
509
- examples/i18n/uk/features/addition.feature
588
510
- examples/i18n/uk/features/consecutive_calculations.feature
589
511
- examples/i18n/uk/features/division.feature
590
- examples/i18n/uk/features/step_definitons/calculator_steps.rb
512
- examples/i18n/uk/features/step_definitions/calculator_steps.rb
591
513
- examples/i18n/uk/features/support/env.rb
592
514
- examples/i18n/uk/features/support/world.rb
593
515
- examples/i18n/uk/lib/calculator.rb
595
517
- examples/i18n/uz/features/addition.feature
596
518
- examples/i18n/uz/features/consecutive_calculations.feature
597
519
- examples/i18n/uz/features/division.feature
598
- examples/i18n/uz/features/step_definitons/calculator_steps.rb
520
- examples/i18n/uz/features/step_definitions/calculator_steps.rb
599
521
- examples/i18n/uz/features/support/env.rb
600
522
- examples/i18n/uz/features/support/world.rb
601
523
- examples/i18n/uz/lib/calculator.rb
602
524
- examples/i18n/zh-CN/Rakefile
603
525
- examples/i18n/zh-CN/features/addition.feature
604
- examples/i18n/zh-CN/features/step_definitons/calculator_steps.rb
526
- examples/i18n/zh-CN/features/step_definitions/calculator_steps.rb
605
527
- examples/i18n/zh-CN/lib/calculator.rb
606
528
- examples/i18n/zh-TW/Rakefile
607
529
- examples/i18n/zh-TW/features/addition.feature
608
530
- examples/i18n/zh-TW/features/division.feature
609
- examples/i18n/zh-TW/features/step_definitons/calculator_steps.rb
531
- examples/i18n/zh-TW/features/step_definitions/calculator_steps.rb
610
532
- examples/i18n/zh-TW/lib/calculator.rb
611
- examples/python/README.textile
612
- examples/python/Rakefile
613
- examples/python/features/fibonacci.feature
614
- examples/python/features/step_definitions/fib_steps.py
615
- examples/python/lib/fib.py
616
- examples/ramaze/README.textile
617
- examples/ramaze/Rakefile
618
- examples/ramaze/app.rb
619
- examples/ramaze/features/add.feature
620
- examples/ramaze/features/step_definitions/add_steps.rb
621
- examples/ramaze/features/support/env.rb
622
- examples/ramaze/layout/default.html.erb
623
- examples/ramaze/view/index.html.erb
624
533
- examples/rspec_doubles/Rakefile
625
534
- examples/rspec_doubles/features/mocking.feature
626
535
- examples/rspec_doubles/features/step_definitions/calvin_steps.rb
627
536
- examples/rspec_doubles/features/support/env.rb
628
- examples/ruby2python/README.textile
629
- examples/ruby2python/Rakefile
630
- examples/ruby2python/features/fibonacci.feature
631
- examples/ruby2python/features/step_definitions/fib_steps.rb
632
- examples/ruby2python/features/support/env.rb
633
- examples/ruby2python/lib/fib.py
634
537
- examples/sinatra/README.textile
635
538
- examples/sinatra/Rakefile
636
539
- examples/sinatra/app.rb
661
559
- examples/watir/features/step_definitions/search_steps.rb
662
560
- examples/watir/features/support/env.rb
663
561
- examples/watir/features/support/screenshots.rb
664
- features/.cucumber/stepdefs.json
665
- features/assertions.feature
666
- features/autoformat_profile_output.feature
667
- features/background.feature
668
- features/backtraces.feature
669
- features/before_hook.feature
670
- features/bootstrap.feature
671
- features/custom_formatter.feature
672
- features/doc_strings.feature
562
- features/docs/api/list_step_defs_as_json.feature
563
- features/docs/api/run_cli_main_with_existing_runtime.feature
564
- features/docs/cli/backtraces.feature
565
- features/docs/cli/dry_run.feature
566
- features/docs/cli/exclude_files.feature
567
- features/docs/cli/execute_with_tag_filter.feature
568
- features/docs/cli/randomize.feature
569
- features/docs/cli/require.feature
570
- features/docs/cli/run_scenarios_matching_name.feature
571
- features/docs/cli/run_specific_scenarios.feature
572
- features/docs/cli/showing_differences.feature
573
- features/docs/cli/specifying_multiple_formatters.feature
574
- features/docs/cli/strict_mode.feature
575
- features/docs/defining_steps/nested_steps.feature
576
- features/docs/defining_steps/nested_steps_i18n.feature
577
- features/docs/defining_steps/nested_steps_with_second_arg.feature
578
- features/docs/defining_steps/one_line_step_definitions.feature
579
- features/docs/defining_steps/printing_messages.feature
580
- features/docs/defining_steps/skip_scenario.feature
581
- features/docs/defining_steps/snippets.feature
582
- features/docs/defining_steps/table_diffing.feature
583
- features/docs/defining_steps/transforms.feature
584
- features/docs/exception_in_after_hook.feature
585
- features/docs/exception_in_after_step_hook.feature
586
- features/docs/exception_in_around_hook.feature
587
- features/docs/exception_in_before_hook.feature
588
- features/docs/extending_cucumber/custom_filter.feature
589
- features/docs/extending_cucumber/custom_formatter.feature
590
- features/docs/formatters/debug_formatter.feature
591
- features/docs/formatters/formatter_step_file_colon_line.feature
592
- features/docs/formatters/html_formatter.feature
593
- features/docs/formatters/json_formatter.feature
594
- features/docs/formatters/junit_formatter.feature
595
- features/docs/formatters/pretty_formatter.feature
596
- features/docs/formatters/progress_formatter.feature
597
- features/docs/formatters/rerun_formatter.feature
598
- features/docs/formatters/usage_formatter.feature
599
- features/docs/getting_started.feature
600
- features/docs/gherkin/background.feature
601
- features/docs/gherkin/doc_strings.feature
602
- features/docs/gherkin/expand_option_for_outlines.feature
603
- features/docs/gherkin/language_from_header.feature
673
604
- features/docs/gherkin/language_help.feature
674
- features/drb_server_integration.feature
675
- features/execute_with_tag_filter.feature
676
- features/formatter_callbacks.feature
677
- features/formatter_step_file_colon_line.feature
678
- features/html_formatter.feature
679
- features/iso-8859-1.feature
680
- features/json_formatter.feature
605
- features/docs/gherkin/outlines.feature
606
- features/docs/gherkin/unicode_table.feature
607
- features/docs/gherkin/using_descriptions.feature
608
- features/docs/gherkin/using_star_notation.feature
609
- features/docs/iso-8859-1.feature
610
- features/docs/post_configuration_hook.feature
611
- features/docs/profiles.feature
612
- features/docs/rake_task.feature
613
- features/docs/raketask.feature
614
- features/docs/wire_protocol/erb_configuration.feature
615
- features/docs/wire_protocol/handle_unexpected_response.feature
616
- features/docs/wire_protocol/invoke_message.feature
617
- features/docs/wire_protocol/readme.md
618
- features/docs/wire_protocol/snippets_message.feature
619
- features/docs/wire_protocol/step_matches_message.feature
620
- features/docs/wire_protocol/table_diffing.feature
621
- features/docs/wire_protocol/tags.feature
622
- features/docs/wire_protocol/timeouts.feature
623
- features/docs/work_in_progress.feature
624
- features/docs/writing_support_code/after_hooks.feature
625
- features/docs/writing_support_code/around_hooks.feature
626
- features/docs/writing_support_code/before_hook.feature
627
- features/docs/writing_support_code/hook_order.feature
628
- features/docs/writing_support_code/load_path.feature
629
- features/docs/writing_support_code/state.feature
630
- features/docs/writing_support_code/tagged_hooks.feature
631
- features/lib/step_definitions/aruba_steps.rb
632
- features/lib/step_definitions/cucumber_steps.rb
633
- features/lib/step_definitions/iso-8859-1_steps.rb
634
- features/lib/step_definitions/json_steps.rb
635
- features/lib/step_definitions/junit_steps.rb
681
636
- features/lib/step_definitions/language_steps.rb
682
- features/load_path.feature
683
- features/nested_steps.feature
684
- features/nested_steps_i18n.feature
685
- features/nested_steps_with_second_arg.feature
686
- features/parsing.feature
687
- features/pretty_formatter.feature
688
- features/progress_formatter.feature
689
- features/raketask.feature
690
- features/rerun_formatter.feature
691
- features/run_specific_scenarios.feature
692
- features/stats_formatters.feature
693
- features/step_definitions.feature
694
- features/step_definitions/cucumber-features/cucumber_ruby_mappings.rb
695
- features/step_definitions/cucumber_steps.rb
696
- features/step_definitions/drb_steps.rb
697
- features/step_definitions/iso-8859-1_steps.rb
698
- features/support/env.rb
699
- features/support/feature_factory.rb
700
- features/tagged_hooks.feature
701
- features/transforms.feature
702
- fixtures/json/features/background.feature
703
- fixtures/json/features/embed.feature
704
- fixtures/json/features/one_passing_one_failing.feature
705
- fixtures/json/features/step_definitions/steps.rb
706
- fixtures/json/features/tables.feature
707
- fixtures/junit/features/one_passing_one_failing.feature
708
- fixtures/junit/features/pending.feature
709
- fixtures/junit/features/scenario_outline.feature
710
- fixtures/junit/features/some_subdirectory/one_passing_one_failing.feature
711
- fixtures/junit/features/step_definitions/steps.rb
712
- fixtures/self_test/README.textile
713
- fixtures/self_test/Rakefile
714
- fixtures/self_test/features/call_undefined_step_from_step_def.feature
715
- fixtures/self_test/features/failing_expectation.feature
716
- fixtures/self_test/features/lots_of_undefined.feature
717
- fixtures/self_test/features/multiline_name.feature
718
- fixtures/self_test/features/outline_sample.feature
719
- fixtures/self_test/features/sample.feature
720
- fixtures/self_test/features/search_sample.feature
721
- fixtures/self_test/features/step_definitions/sample_steps.rb
722
- fixtures/self_test/features/support/bubble_256x256.png
723
- fixtures/self_test/features/support/env.rb
724
- fixtures/self_test/features/tags_sample.feature
725
- fixtures/self_test/features/tons_of_cukes.feature
726
- fixtures/self_test/features/undefined_multiline_args.feature
727
- fixtures/self_test/list-of-features.txt
728
- fixtures/steps_library/features/step_definitions/steps_lib1.rb
729
- fixtures/steps_library/features/step_definitions/steps_lib2.rb
730
- fixtures/tickets/Rakefile
731
- fixtures/tickets/features.html
732
- fixtures/tickets/features/172.feature
733
- fixtures/tickets/features/177/1.feature
734
- fixtures/tickets/features/177/2.feature
735
- fixtures/tickets/features/177/3.feature
736
- fixtures/tickets/features/180.feature
737
- fixtures/tickets/features/229/tagged_hooks.feature
738
- fixtures/tickets/features/229/tagged_hooks.rb
739
- fixtures/tickets/features/236.feature
740
- fixtures/tickets/features/241.feature
741
- fixtures/tickets/features/246.feature
742
- fixtures/tickets/features/248.feature
743
- fixtures/tickets/features/270/back.feature
744
- fixtures/tickets/features/270/back.steps.rb
745
- fixtures/tickets/features/272/hooks.feature
746
- fixtures/tickets/features/272/hooks_steps.rb
747
- fixtures/tickets/features/279/py_string_indent.feature
748
- fixtures/tickets/features/279/py_string_indent.steps.rb
749
- fixtures/tickets/features/279/wrong.feature_
750
- fixtures/tickets/features/301/filter_background_tagged_hooks.feature
751
- fixtures/tickets/features/301/filter_background_tagged_hooks_steps.rb
752
- fixtures/tickets/features/306/only_background.feature
753
- fixtures/tickets/features/around_timeout.feature
754
- fixtures/tickets/features/gherkin_67.feature
755
- fixtures/tickets/features/gherkin_68.feature
756
- fixtures/tickets/features/half_manual.feature
757
- fixtures/tickets/features/lib/eatting_machine.rb
758
- fixtures/tickets/features/lib/pantry.rb
759
- fixtures/tickets/features/scenario_outline.feature
760
- fixtures/tickets/features/step_definitons/246_steps.rb
761
- fixtures/tickets/features/step_definitons/248_steps.rb
762
- fixtures/tickets/features/step_definitons/around_timeout_steps.rb
763
- fixtures/tickets/features/step_definitons/half_manual_steps.rb
764
- fixtures/tickets/features/step_definitons/scenario_outline_steps.rb
765
- fixtures/tickets/features/step_definitons/tickets_steps.rb
766
- fixtures/tickets/features/table_diffing.feature
767
- fixtures/tickets/features/tickets.feature
637
- features/lib/step_definitions/profile_steps.rb
638
- features/lib/step_definitions/ruby_steps.rb
639
- features/lib/step_definitions/wire_steps.rb
640
- features/lib/support/env.rb
641
- features/lib/support/fake_wire_server.rb
642
- features/lib/support/feature_factory.rb
643
- features/lib/support/normalise_output.rb
768
644
- gem_tasks/contributors.rake
769
646
- gem_tasks/cucumber.rake
770
647
- gem_tasks/downloads.rb
771
648
- gem_tasks/environment.rake
776
653
- gem_tasks/sass.rake
777
654
- gem_tasks/stats
778
655
- gem_tasks/versions.txt
779
- gem_tasks/yard.rake
780
- gem_tasks/yard/default/layout/html/bubble_32x32.png
781
- gem_tasks/yard/default/layout/html/footer.erb
782
- gem_tasks/yard/default/layout/html/index.erb
783
- gem_tasks/yard/default/layout/html/layout.erb
784
- gem_tasks/yard/default/layout/html/logo.erb
785
- gem_tasks/yard/default/layout/html/setup.rb
786
- legacy_features/README.md
787
- legacy_features/announce.feature
788
- legacy_features/api/list_step_defs_as_json.feature
789
- legacy_features/api/run_cli_main_with_existing_runtime.feature
790
- legacy_features/around_hooks.feature
791
- legacy_features/bug_371.feature
792
- legacy_features/bug_464.feature
793
- legacy_features/bug_475.feature
794
- legacy_features/bug_585_tab_indentation.feature
795
- legacy_features/bug_600.feature
796
- legacy_features/cucumber_cli.feature
797
- legacy_features/cucumber_cli_outlines.feature
798
- legacy_features/default_snippets.feature
799
- legacy_features/diffing.feature
800
- legacy_features/drb_server_integration.feature
801
- legacy_features/exception_in_after_block.feature
802
- legacy_features/exception_in_after_step_block.feature
803
- legacy_features/exception_in_before_block.feature
804
- legacy_features/exclude_files.feature
805
- legacy_features/expand.feature
806
- legacy_features/junit_formatter.feature
807
- legacy_features/language_from_header.feature
808
- legacy_features/listener_debugger_formatter.feature
809
- legacy_features/multiline_names.feature
810
- legacy_features/post_configuration_hook.feature
811
- legacy_features/profiles.feature
812
- legacy_features/rake_task.feature
813
- legacy_features/report_called_undefined_steps.feature
814
- legacy_features/rerun_formatter.feature
815
- legacy_features/simplest.feature
816
- legacy_features/snippet.feature
817
- legacy_features/snippets_when_using_star_keyword.feature
818
- legacy_features/step_definitions/cucumber_steps.rb
819
- legacy_features/step_definitions/extra_steps.rb
820
- legacy_features/step_definitions/simplest_steps.rb
821
- legacy_features/step_definitions/wire_steps.rb
822
- legacy_features/support/env.rb
823
- legacy_features/support/env.rb.simplest
824
- legacy_features/support/fake_wire_server.rb
825
- legacy_features/table_diffing.feature
826
- legacy_features/table_mapping.feature
827
- legacy_features/transform.feature
828
- legacy_features/unicode_table.feature
829
- legacy_features/wire_protocol.feature
830
- legacy_features/wire_protocol_erb.feature
831
- legacy_features/wire_protocol_table_diffing.feature
832
- legacy_features/wire_protocol_tags.feature
833
- legacy_features/wire_protocol_timeouts.feature
834
- legacy_features/work_in_progress.feature
836
656
- lib/autotest/cucumber.rb
837
657
- lib/autotest/cucumber_mixin.rb
838
658
- lib/autotest/cucumber_rails.rb
875
672
- lib/cucumber/core_ext/instance_exec.rb
876
673
- lib/cucumber/core_ext/proc.rb
877
674
- lib/cucumber/core_ext/string.rb
675
- lib/cucumber/encoding.rb
878
676
- lib/cucumber/errors.rb
879
- lib/cucumber/feature_file.rb
677
- lib/cucumber/file_specs.rb
678
- lib/cucumber/filters.rb
679
- lib/cucumber/filters/activate_steps.rb
680
- lib/cucumber/filters/apply_after_hooks.rb
681
- lib/cucumber/filters/apply_after_step_hooks.rb
682
- lib/cucumber/filters/apply_around_hooks.rb
683
- lib/cucumber/filters/apply_before_hooks.rb
684
- lib/cucumber/filters/gated_receiver.rb
685
- lib/cucumber/filters/prepare_world.rb
686
- lib/cucumber/filters/quit.rb
687
- lib/cucumber/filters/randomizer.rb
688
- lib/cucumber/filters/tag_limits.rb
689
- lib/cucumber/filters/tag_limits/test_case_index.rb
690
- lib/cucumber/filters/tag_limits/verifier.rb
880
691
- lib/cucumber/formatter/ansicolor.rb
881
692
- lib/cucumber/formatter/console.rb
882
693
- lib/cucumber/formatter/cucumber.css
883
694
- lib/cucumber/formatter/cucumber.sass
884
695
- lib/cucumber/formatter/debug.rb
885
696
- lib/cucumber/formatter/duration.rb
697
- lib/cucumber/formatter/fanout.rb
886
698
- lib/cucumber/formatter/gherkin_formatter_adapter.rb
887
699
- lib/cucumber/formatter/gpretty.rb
888
700
- lib/cucumber/formatter/html.rb
701
- lib/cucumber/formatter/ignore_missing_messages.rb
889
702
- lib/cucumber/formatter/interceptor.rb
890
703
- lib/cucumber/formatter/io.rb
891
704
- lib/cucumber/formatter/jquery-min.js
892
705
- lib/cucumber/formatter/json.rb
893
706
- lib/cucumber/formatter/json_pretty.rb
894
707
- lib/cucumber/formatter/junit.rb
895
- lib/cucumber/formatter/ordered_xml_markup.rb
708
- lib/cucumber/formatter/legacy_api/adapter.rb
709
- lib/cucumber/formatter/legacy_api/ast.rb
710
- lib/cucumber/formatter/legacy_api/results.rb
711
- lib/cucumber/formatter/legacy_api/runtime_facade.rb
896
712
- lib/cucumber/formatter/pretty.rb
897
713
- lib/cucumber/formatter/progress.rb
898
714
- lib/cucumber/formatter/rerun.rb
945
759
- lib/cucumber/wire_support/wire_protocol.rb
946
760
- lib/cucumber/wire_support/wire_protocol/requests.rb
947
761
- lib/cucumber/wire_support/wire_step_definition.rb
948
- spec/cucumber/ast/background_spec.rb
949
- spec/cucumber/ast/doc_string_spec.rb
950
- spec/cucumber/ast/feature_factory.rb
951
- spec/cucumber/ast/feature_spec.rb
952
- spec/cucumber/ast/features_spec.rb
953
- spec/cucumber/ast/outline_table_spec.rb
954
- spec/cucumber/ast/scenario_outline_spec.rb
955
- spec/cucumber/ast/step_spec.rb
956
- spec/cucumber/ast/table_spec.rb
957
- spec/cucumber/ast/tree_walker_spec.rb
958
- spec/cucumber/broadcaster_spec.rb
959
762
- spec/cucumber/cli/configuration_spec.rb
960
- spec/cucumber/cli/drb_client_spec.rb
961
763
- spec/cucumber/cli/main_spec.rb
962
764
- spec/cucumber/cli/options_spec.rb
963
765
- spec/cucumber/cli/profile_loader_spec.rb
964
766
- spec/cucumber/configuration_spec.rb
965
767
- spec/cucumber/constantize_spec.rb
768
- spec/cucumber/core_ext/instance_exec_spec.rb
966
769
- spec/cucumber/core_ext/proc_spec.rb
770
- spec/cucumber/file_specs_spec.rb
771
- spec/cucumber/filters/activate_steps_spec.rb
772
- spec/cucumber/filters/gated_receiver_spec.rb
773
- spec/cucumber/filters/tag_limits/test_case_index_spec.rb
774
- spec/cucumber/filters/tag_limits/verifier_spec.rb
775
- spec/cucumber/filters/tag_limits_spec.rb
967
776
- spec/cucumber/formatter/ansicolor_spec.rb
777
- spec/cucumber/formatter/debug_spec.rb
968
778
- spec/cucumber/formatter/duration_spec.rb
969
779
- spec/cucumber/formatter/html_spec.rb
970
780
- spec/cucumber/formatter/interceptor_spec.rb
971
781
- spec/cucumber/formatter/junit_spec.rb
782
- spec/cucumber/formatter/legacy_api/adapter_spec.rb
972
783
- spec/cucumber/formatter/pretty_spec.rb
973
784
- spec/cucumber/formatter/progress_spec.rb
785
- spec/cucumber/formatter/rerun_spec.rb
974
786
- spec/cucumber/formatter/spec_helper.rb
787
- spec/cucumber/hooks_spec.rb
788
- spec/cucumber/multiline_argument/data_table_spec.rb
789
- spec/cucumber/project_initializer_spec.rb
975
790
- spec/cucumber/rake/forked_spec.rb
976
- spec/cucumber/rake/rcov_spec.rb
977
791
- spec/cucumber/rb_support/rb_language_spec.rb
978
792
- spec/cucumber/rb_support/rb_step_definition_spec.rb
979
793
- spec/cucumber/rb_support/rb_transform_spec.rb
980
794
- spec/cucumber/rb_support/regexp_argument_matcher_spec.rb
981
795
- spec/cucumber/rb_support/snippet_spec.rb
796
- spec/cucumber/running_test_case_spec.rb
982
797
- spec/cucumber/runtime/for_programming_languages_spec.rb
983
- spec/cucumber/runtime/results_spec.rb
984
798
- spec/cucumber/runtime/support_code_spec.rb
985
799
- spec/cucumber/runtime_spec.rb
986
800
- spec/cucumber/sell_cucumbers.feature
990
804
- spec/cucumber/wire_support/wire_exception_spec.rb
991
805
- spec/cucumber/wire_support/wire_language_spec.rb
992
806
- spec/cucumber/wire_support/wire_packet_spec.rb
993
- spec/cucumber/wire_support/wire_step_definition_spec.rb
994
807
- spec/cucumber/world/pending_spec.rb
808
- spec/simplecov_setup.rb
995
809
- spec/spec_helper.rb
996
810
homepage: http://cukes.info
998
814
post_install_message:
1000
816
- --charset=UTF-8
1003
819
required_ruby_version: !ruby/object:Gem::Requirement
1007
822
- !ruby/object:Gem::Version
1009
824
required_rubygems_version: !ruby/object:Gem::Requirement
1013
827
- !ruby/object:Gem::Version
1015
829
requirements: []
1016
830
rubyforge_project:
1017
rubygems_version: 1.8.23
831
rubygems_version: 2.0.14
1019
specification_version: 3
1020
summary: cucumber-1.3.17
833
specification_version: 4
834
summary: cucumber-2.0.0
1022
- features/assertions.feature
1023
- features/autoformat_profile_output.feature
1024
- features/background.feature
1025
- features/backtraces.feature
1026
- features/before_hook.feature
1027
- features/bootstrap.feature
1028
- features/custom_formatter.feature
1029
- features/doc_strings.feature
836
- features/docs/api/list_step_defs_as_json.feature
837
- features/docs/api/run_cli_main_with_existing_runtime.feature
838
- features/docs/cli/backtraces.feature
839
- features/docs/cli/dry_run.feature
840
- features/docs/cli/exclude_files.feature
841
- features/docs/cli/execute_with_tag_filter.feature
842
- features/docs/cli/randomize.feature
843
- features/docs/cli/require.feature
844
- features/docs/cli/run_scenarios_matching_name.feature
845
- features/docs/cli/run_specific_scenarios.feature
846
- features/docs/cli/showing_differences.feature
847
- features/docs/cli/specifying_multiple_formatters.feature
848
- features/docs/cli/strict_mode.feature
849
- features/docs/defining_steps/nested_steps.feature
850
- features/docs/defining_steps/nested_steps_i18n.feature
851
- features/docs/defining_steps/nested_steps_with_second_arg.feature
852
- features/docs/defining_steps/one_line_step_definitions.feature
853
- features/docs/defining_steps/printing_messages.feature
854
- features/docs/defining_steps/skip_scenario.feature
855
- features/docs/defining_steps/snippets.feature
856
- features/docs/defining_steps/table_diffing.feature
857
- features/docs/defining_steps/transforms.feature
858
- features/docs/exception_in_after_hook.feature
859
- features/docs/exception_in_after_step_hook.feature
860
- features/docs/exception_in_around_hook.feature
861
- features/docs/exception_in_before_hook.feature
862
- features/docs/extending_cucumber/custom_filter.feature
863
- features/docs/extending_cucumber/custom_formatter.feature
864
- features/docs/formatters/debug_formatter.feature
865
- features/docs/formatters/formatter_step_file_colon_line.feature
866
- features/docs/formatters/html_formatter.feature
867
- features/docs/formatters/json_formatter.feature
868
- features/docs/formatters/junit_formatter.feature
869
- features/docs/formatters/pretty_formatter.feature
870
- features/docs/formatters/progress_formatter.feature
871
- features/docs/formatters/rerun_formatter.feature
872
- features/docs/formatters/usage_formatter.feature
873
- features/docs/getting_started.feature
874
- features/docs/gherkin/background.feature
875
- features/docs/gherkin/doc_strings.feature
876
- features/docs/gherkin/expand_option_for_outlines.feature
877
- features/docs/gherkin/language_from_header.feature
1030
878
- features/docs/gherkin/language_help.feature
1031
- features/drb_server_integration.feature
1032
- features/execute_with_tag_filter.feature
1033
- features/formatter_callbacks.feature
1034
- features/formatter_step_file_colon_line.feature
1035
- features/html_formatter.feature
1036
- features/iso-8859-1.feature
1037
- features/json_formatter.feature
879
- features/docs/gherkin/outlines.feature
880
- features/docs/gherkin/unicode_table.feature
881
- features/docs/gherkin/using_descriptions.feature
882
- features/docs/gherkin/using_star_notation.feature
883
- features/docs/iso-8859-1.feature
884
- features/docs/post_configuration_hook.feature
885
- features/docs/profiles.feature
886
- features/docs/rake_task.feature
887
- features/docs/raketask.feature
888
- features/docs/wire_protocol/erb_configuration.feature
889
- features/docs/wire_protocol/handle_unexpected_response.feature
890
- features/docs/wire_protocol/invoke_message.feature
891
- features/docs/wire_protocol/readme.md
892
- features/docs/wire_protocol/snippets_message.feature
893
- features/docs/wire_protocol/step_matches_message.feature
894
- features/docs/wire_protocol/table_diffing.feature
895
- features/docs/wire_protocol/tags.feature
896
- features/docs/wire_protocol/timeouts.feature
897
- features/docs/work_in_progress.feature
898
- features/docs/writing_support_code/after_hooks.feature
899
- features/docs/writing_support_code/around_hooks.feature
900
- features/docs/writing_support_code/before_hook.feature
901
- features/docs/writing_support_code/hook_order.feature
902
- features/docs/writing_support_code/load_path.feature
903
- features/docs/writing_support_code/state.feature
904
- features/docs/writing_support_code/tagged_hooks.feature
905
- features/lib/step_definitions/aruba_steps.rb
906
- features/lib/step_definitions/cucumber_steps.rb
907
- features/lib/step_definitions/iso-8859-1_steps.rb
908
- features/lib/step_definitions/json_steps.rb
909
- features/lib/step_definitions/junit_steps.rb
1038
910
- features/lib/step_definitions/language_steps.rb
1039
- features/load_path.feature
1040
- features/nested_steps.feature
1041
- features/nested_steps_i18n.feature
1042
- features/nested_steps_with_second_arg.feature
1043
- features/parsing.feature
1044
- features/pretty_formatter.feature
1045
- features/progress_formatter.feature
1046
- features/raketask.feature
1047
- features/rerun_formatter.feature
1048
- features/run_specific_scenarios.feature
1049
- features/stats_formatters.feature
1050
- features/step_definitions.feature
1051
- features/step_definitions/cucumber-features/cucumber_ruby_mappings.rb
1052
- features/step_definitions/cucumber_steps.rb
1053
- features/step_definitions/drb_steps.rb
1054
- features/step_definitions/iso-8859-1_steps.rb
1055
- features/support/env.rb
1056
- features/support/feature_factory.rb
1057
- features/tagged_hooks.feature
1058
- features/transforms.feature
1059
- spec/cucumber/ast/background_spec.rb
1060
- spec/cucumber/ast/doc_string_spec.rb
1061
- spec/cucumber/ast/feature_factory.rb
1062
- spec/cucumber/ast/feature_spec.rb
1063
- spec/cucumber/ast/features_spec.rb
1064
- spec/cucumber/ast/outline_table_spec.rb
1065
- spec/cucumber/ast/scenario_outline_spec.rb
1066
- spec/cucumber/ast/step_spec.rb
1067
- spec/cucumber/ast/table_spec.rb
1068
- spec/cucumber/ast/tree_walker_spec.rb
1069
- spec/cucumber/broadcaster_spec.rb
911
- features/lib/step_definitions/profile_steps.rb
912
- features/lib/step_definitions/ruby_steps.rb
913
- features/lib/step_definitions/wire_steps.rb
914
- features/lib/support/env.rb
915
- features/lib/support/fake_wire_server.rb
916
- features/lib/support/feature_factory.rb
917
- features/lib/support/normalise_output.rb
1070
918
- spec/cucumber/cli/configuration_spec.rb
1071
- spec/cucumber/cli/drb_client_spec.rb
1072
919
- spec/cucumber/cli/main_spec.rb
1073
920
- spec/cucumber/cli/options_spec.rb
1074
921
- spec/cucumber/cli/profile_loader_spec.rb
1075
922
- spec/cucumber/configuration_spec.rb
1076
923
- spec/cucumber/constantize_spec.rb
924
- spec/cucumber/core_ext/instance_exec_spec.rb
1077
925
- spec/cucumber/core_ext/proc_spec.rb
926
- spec/cucumber/file_specs_spec.rb
927
- spec/cucumber/filters/activate_steps_spec.rb
928
- spec/cucumber/filters/gated_receiver_spec.rb
929
- spec/cucumber/filters/tag_limits/test_case_index_spec.rb
930
- spec/cucumber/filters/tag_limits/verifier_spec.rb
931
- spec/cucumber/filters/tag_limits_spec.rb
1078
932
- spec/cucumber/formatter/ansicolor_spec.rb
933
- spec/cucumber/formatter/debug_spec.rb
1079
934
- spec/cucumber/formatter/duration_spec.rb
1080
935
- spec/cucumber/formatter/html_spec.rb
1081
936
- spec/cucumber/formatter/interceptor_spec.rb
1082
937
- spec/cucumber/formatter/junit_spec.rb
938
- spec/cucumber/formatter/legacy_api/adapter_spec.rb
1083
939
- spec/cucumber/formatter/pretty_spec.rb
1084
940
- spec/cucumber/formatter/progress_spec.rb
941
- spec/cucumber/formatter/rerun_spec.rb
1085
942
- spec/cucumber/formatter/spec_helper.rb
943
- spec/cucumber/hooks_spec.rb
944
- spec/cucumber/multiline_argument/data_table_spec.rb
945
- spec/cucumber/project_initializer_spec.rb
1086
946
- spec/cucumber/rake/forked_spec.rb
1087
- spec/cucumber/rake/rcov_spec.rb
1088
947
- spec/cucumber/rb_support/rb_language_spec.rb
1089
948
- spec/cucumber/rb_support/rb_step_definition_spec.rb
1090
949
- spec/cucumber/rb_support/rb_transform_spec.rb
1091
950
- spec/cucumber/rb_support/regexp_argument_matcher_spec.rb
1092
951
- spec/cucumber/rb_support/snippet_spec.rb
952
- spec/cucumber/running_test_case_spec.rb
1093
953
- spec/cucumber/runtime/for_programming_languages_spec.rb
1094
- spec/cucumber/runtime/results_spec.rb
1095
954
- spec/cucumber/runtime/support_code_spec.rb
1096
955
- spec/cucumber/runtime_spec.rb
1097
956
- spec/cucumber/sell_cucumbers.feature