guard-cucumber 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +1,40 @@
1
1
  module Guard
2
2
  class Cucumber
3
+
4
+ # The Cucumber runner handles the execution of the cucumber binary.
5
+ #
3
6
  module Runner
4
7
  class << self
5
8
 
6
- def run(paths, options = {})
9
+ # Run the supplied features.
10
+ #
11
+ # @param [Array<String>] paths the feature files or directories
12
+ # @param [Hash] options the options for the execution
13
+ # @option options [Boolean] :bundler use bundler or not
14
+ # @option options [Array<String>] :rvm a list of rvm version to use for the test
15
+ # @option options [Boolean] :notification show notifications
16
+ # @return [Boolean] the status of the execution
17
+ #
18
+ def run(paths, options = { })
7
19
  return false if paths.empty?
20
+
8
21
  message = options[:message] || (paths == ['features'] ? 'Run all Cucumber features' : "Run Cucumber features #{ paths.join(' ') }")
9
22
  UI.info message, :reset => true
23
+
10
24
  system(cucumber_command(paths, options))
11
25
  end
12
26
 
13
27
  private
14
28
 
29
+ # Assembles the Cucumber command from the passed options.
30
+ #
31
+ # @param [Array<String>] paths the feature files or directories
32
+ # @param [Hash] options the options for the execution
33
+ # @option options [Boolean] :bundler use bundler or not
34
+ # @option options [Array<String>] :rvm a list of rvm version to use for the test
35
+ # @option options [Boolean] :notification show notifications
36
+ # @return [String] the Cucumber command
37
+ #
15
38
  def cucumber_command(paths, options)
16
39
  cmd = []
17
40
  cmd << "rvm #{options[:rvm].join(',')} exec" if options[:rvm].is_a?(Array)
@@ -31,10 +54,18 @@ module Guard
31
54
  (cmd + paths).join(' ')
32
55
  end
33
56
 
57
+ # Simple test if bundler should be used. it just checks for the `Gemfile`.
58
+ #
59
+ # @return [Boolean] bundler exists
60
+ #
34
61
  def bundler?
35
62
  @bundler ||= File.exist?("#{Dir.pwd}/Gemfile")
36
63
  end
37
64
 
65
+ # Returns a null device for all OS.
66
+ #
67
+ # @return [String] the name of the null device
68
+ #
38
69
  def null_device
39
70
  RUBY_PLATFORM.index('mswin') ? 'NUL' : '/dev/null'
40
71
  end
@@ -1,5 +1,6 @@
1
1
  module Guard
2
2
  module CucumberVersion
3
- VERSION = '0.6.2'
3
+ # Guard::Cucumber version that is used for the Gem specification
4
+ VERSION = '0.6.3'
4
5
  end
5
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 2
10
- version: 0.6.2
9
+ - 3
10
+ version: 0.6.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Kessler
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-04 00:00:00 Z
18
+ date: 2011-09-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: guard
@@ -93,6 +93,38 @@ dependencies:
93
93
  version: "0.4"
94
94
  type: :development
95
95
  version_requirements: *id005
96
+ - !ruby/object:Gem::Dependency
97
+ name: yard
98
+ prerelease: false
99
+ requirement: &id006 !ruby/object:Gem::Requirement
100
+ none: false
101
+ requirements:
102
+ - - ~>
103
+ - !ruby/object:Gem::Version
104
+ hash: 7
105
+ segments:
106
+ - 0
107
+ - 7
108
+ - 2
109
+ version: 0.7.2
110
+ type: :development
111
+ version_requirements: *id006
112
+ - !ruby/object:Gem::Dependency
113
+ name: kramdown
114
+ prerelease: false
115
+ requirement: &id007 !ruby/object:Gem::Requirement
116
+ none: false
117
+ requirements:
118
+ - - ~>
119
+ - !ruby/object:Gem::Version
120
+ hash: 45
121
+ segments:
122
+ - 0
123
+ - 13
124
+ - 3
125
+ version: 0.13.3
126
+ type: :development
127
+ version_requirements: *id007
96
128
  description: Guard::Cucumber automatically run your features (much like autotest)
97
129
  email:
98
130
  - michi@netzpiraten.ch
@@ -104,16 +136,11 @@ extra_rdoc_files: []
104
136
 
105
137
  files:
106
138
  - lib/guard/cucumber/inspector.rb
107
- - lib/guard/cucumber/inspector.rbc
108
139
  - lib/guard/cucumber/notification_formatter.rb
109
- - lib/guard/cucumber/notification_formatter.rbc
110
140
  - lib/guard/cucumber/runner.rb
111
- - lib/guard/cucumber/runner.rbc
112
141
  - lib/guard/cucumber/templates/Guardfile
113
142
  - lib/guard/cucumber/version.rb
114
- - lib/guard/cucumber/version.rbc
115
143
  - lib/guard/cucumber.rb
116
- - lib/guard/cucumber.rbc
117
144
  - LICENSE
118
145
  - README.md
119
146
  homepage: http://github.com/netzpirat/guard-cucumber
@@ -1,1753 +0,0 @@
1
- !RBIX
2
- 6235178746665710376
3
- x
4
- M
5
- 1
6
- n
7
- n
8
- x
9
- 10
10
- __script__
11
- i
12
- 55
13
- 5
14
- 7
15
- 0
16
- 64
17
- 47
18
- 49
19
- 1
20
- 1
21
- 15
22
- 5
23
- 7
24
- 2
25
- 64
26
- 47
27
- 49
28
- 1
29
- 1
30
- 15
31
- 5
32
- 7
33
- 3
34
- 64
35
- 47
36
- 49
37
- 1
38
- 1
39
- 15
40
- 99
41
- 7
42
- 4
43
- 65
44
- 49
45
- 5
46
- 2
47
- 13
48
- 99
49
- 12
50
- 7
51
- 6
52
- 12
53
- 7
54
- 7
55
- 12
56
- 65
57
- 12
58
- 49
59
- 8
60
- 4
61
- 15
62
- 49
63
- 6
64
- 0
65
- 15
66
- 2
67
- 11
68
- I
69
- 6
70
- I
71
- 0
72
- I
73
- 0
74
- I
75
- 0
76
- n
77
- p
78
- 9
79
- s
80
- 5
81
- guard
82
- x
83
- 7
84
- require
85
- s
86
- 11
87
- guard/guard
88
- s
89
- 8
90
- cucumber
91
- x
92
- 5
93
- Guard
94
- x
95
- 11
96
- open_module
97
- x
98
- 15
99
- __module_init__
100
- M
101
- 1
102
- n
103
- n
104
- x
105
- 5
106
- Guard
107
- i
108
- 31
109
- 5
110
- 66
111
- 99
112
- 7
113
- 0
114
- 45
115
- 1
116
- 2
117
- 65
118
- 49
119
- 3
120
- 3
121
- 13
122
- 99
123
- 12
124
- 7
125
- 4
126
- 12
127
- 7
128
- 5
129
- 12
130
- 65
131
- 12
132
- 49
133
- 6
134
- 4
135
- 15
136
- 49
137
- 4
138
- 0
139
- 11
140
- I
141
- 6
142
- I
143
- 0
144
- I
145
- 0
146
- I
147
- 0
148
- n
149
- p
150
- 7
151
- x
152
- 8
153
- Cucumber
154
- x
155
- 5
156
- Guard
157
- n
158
- x
159
- 10
160
- open_class
161
- x
162
- 14
163
- __class_init__
164
- M
165
- 1
166
- n
167
- n
168
- x
169
- 8
170
- Cucumber
171
- i
172
- 126
173
- 5
174
- 66
175
- 5
176
- 7
177
- 0
178
- 7
179
- 1
180
- 64
181
- 47
182
- 49
183
- 2
184
- 2
185
- 15
186
- 5
187
- 7
188
- 3
189
- 7
190
- 4
191
- 64
192
- 47
193
- 49
194
- 2
195
- 2
196
- 15
197
- 99
198
- 7
199
- 5
200
- 7
201
- 6
202
- 65
203
- 67
204
- 49
205
- 7
206
- 0
207
- 49
208
- 8
209
- 4
210
- 15
211
- 99
212
- 7
213
- 9
214
- 7
215
- 10
216
- 65
217
- 67
218
- 49
219
- 7
220
- 0
221
- 49
222
- 8
223
- 4
224
- 15
225
- 99
226
- 7
227
- 11
228
- 7
229
- 12
230
- 65
231
- 67
232
- 49
233
- 7
234
- 0
235
- 49
236
- 8
237
- 4
238
- 15
239
- 99
240
- 7
241
- 13
242
- 7
243
- 14
244
- 65
245
- 67
246
- 49
247
- 7
248
- 0
249
- 49
250
- 8
251
- 4
252
- 15
253
- 99
254
- 7
255
- 15
256
- 7
257
- 16
258
- 65
259
- 67
260
- 49
261
- 7
262
- 0
263
- 49
264
- 8
265
- 4
266
- 15
267
- 5
268
- 48
269
- 17
270
- 15
271
- 99
272
- 7
273
- 18
274
- 7
275
- 19
276
- 65
277
- 67
278
- 49
279
- 7
280
- 0
281
- 49
282
- 8
283
- 4
284
- 15
285
- 99
286
- 7
287
- 20
288
- 7
289
- 21
290
- 65
291
- 67
292
- 49
293
- 7
294
- 0
295
- 49
296
- 8
297
- 4
298
- 11
299
- I
300
- 5
301
- I
302
- 0
303
- I
304
- 0
305
- I
306
- 0
307
- n
308
- p
309
- 22
310
- x
311
- 6
312
- Runner
313
- s
314
- 21
315
- guard/cucumber/runner
316
- x
317
- 8
318
- autoload
319
- x
320
- 9
321
- Inspector
322
- s
323
- 24
324
- guard/cucumber/inspector
325
- x
326
- 10
327
- initialize
328
- M
329
- 1
330
- n
331
- n
332
- x
333
- 10
334
- initialize
335
- i
336
- 86
337
- 23
338
- 0
339
- 10
340
- 9
341
- 35
342
- 0
343
- 19
344
- 0
345
- 15
346
- 23
347
- 1
348
- 10
349
- 23
350
- 44
351
- 43
352
- 0
353
- 78
354
- 49
355
- 1
356
- 1
357
- 19
358
- 1
359
- 15
360
- 54
361
- 89
362
- 2
363
- 15
364
- 44
365
- 43
366
- 0
367
- 4
368
- 4
369
- 49
370
- 1
371
- 1
372
- 13
373
- 7
374
- 3
375
- 2
376
- 49
377
- 4
378
- 2
379
- 15
380
- 13
381
- 7
382
- 5
383
- 2
384
- 49
385
- 4
386
- 2
387
- 15
388
- 13
389
- 7
390
- 6
391
- 2
392
- 49
393
- 4
394
- 2
395
- 15
396
- 13
397
- 7
398
- 7
399
- 7
400
- 8
401
- 64
402
- 49
403
- 4
404
- 2
405
- 15
406
- 20
407
- 1
408
- 49
409
- 9
410
- 1
411
- 38
412
- 10
413
- 15
414
- 3
415
- 38
416
- 11
417
- 15
418
- 35
419
- 0
420
- 38
421
- 12
422
- 11
423
- I
424
- 6
425
- I
426
- 2
427
- I
428
- 0
429
- I
430
- 2
431
- n
432
- p
433
- 13
434
- x
435
- 4
436
- Hash
437
- x
438
- 16
439
- new_from_literal
440
- x
441
- 10
442
- initialize
443
- x
444
- 14
445
- all_after_pass
446
- x
447
- 3
448
- []=
449
- x
450
- 12
451
- all_on_start
452
- x
453
- 11
454
- keep_failed
455
- x
456
- 3
457
- cli
458
- s
459
- 47
460
- --no-profile --color --format progress --strict
461
- x
462
- 6
463
- update
464
- x
465
- 8
466
- @options
467
- x
468
- 12
469
- @last_failed
470
- x
471
- 13
472
- @failed_paths
473
- p
474
- 23
475
- I
476
- -1
477
- I
478
- b
479
- I
480
- 17
481
- I
482
- c
483
- I
484
- 1b
485
- I
486
- 12
487
- I
488
- 24
489
- I
490
- e
491
- I
492
- 2c
493
- I
494
- f
495
- I
496
- 34
497
- I
498
- 10
499
- I
500
- 3c
501
- I
502
- 11
503
- I
504
- 45
505
- I
506
- 12
507
- I
508
- 4a
509
- I
510
- d
511
- I
512
- 4d
513
- I
514
- 14
515
- I
516
- 51
517
- I
518
- 15
519
- I
520
- 56
521
- x
522
- 62
523
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
524
- p
525
- 2
526
- x
527
- 8
528
- watchers
529
- x
530
- 7
531
- options
532
- x
533
- 17
534
- method_visibility
535
- x
536
- 15
537
- add_defn_method
538
- x
539
- 5
540
- start
541
- M
542
- 1
543
- n
544
- n
545
- x
546
- 5
547
- start
548
- i
549
- 16
550
- 39
551
- 0
552
- 7
553
- 1
554
- 49
555
- 2
556
- 1
557
- 9
558
- 14
559
- 5
560
- 48
561
- 3
562
- 8
563
- 15
564
- 1
565
- 11
566
- I
567
- 2
568
- I
569
- 0
570
- I
571
- 0
572
- I
573
- 0
574
- n
575
- p
576
- 4
577
- x
578
- 8
579
- @options
580
- x
581
- 12
582
- all_on_start
583
- x
584
- 2
585
- []
586
- x
587
- 7
588
- run_all
589
- p
590
- 7
591
- I
592
- -1
593
- I
594
- 18
595
- I
596
- 0
597
- I
598
- 19
599
- I
600
- f
601
- I
602
- 0
603
- I
604
- 10
605
- x
606
- 62
607
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
608
- p
609
- 0
610
- x
611
- 7
612
- run_all
613
- M
614
- 1
615
- n
616
- n
617
- x
618
- 7
619
- run_all
620
- i
621
- 79
622
- 45
623
- 0
624
- 1
625
- 7
626
- 2
627
- 64
628
- 35
629
- 1
630
- 5
631
- 48
632
- 3
633
- 44
634
- 43
635
- 4
636
- 79
637
- 49
638
- 5
639
- 1
640
- 13
641
- 7
642
- 6
643
- 7
644
- 7
645
- 64
646
- 49
647
- 8
648
- 2
649
- 15
650
- 49
651
- 9
652
- 1
653
- 49
654
- 10
655
- 2
656
- 19
657
- 0
658
- 15
659
- 20
660
- 0
661
- 9
662
- 47
663
- 35
664
- 0
665
- 38
666
- 11
667
- 8
668
- 64
669
- 39
670
- 12
671
- 7
672
- 13
673
- 49
674
- 14
675
- 1
676
- 9
677
- 63
678
- 5
679
- 48
680
- 15
681
- 38
682
- 11
683
- 8
684
- 64
685
- 1
686
- 15
687
- 20
688
- 0
689
- 10
690
- 72
691
- 2
692
- 8
693
- 73
694
- 3
695
- 38
696
- 16
697
- 15
698
- 20
699
- 0
700
- 11
701
- I
702
- 8
703
- I
704
- 1
705
- I
706
- 0
707
- I
708
- 0
709
- n
710
- p
711
- 17
712
- x
713
- 6
714
- Runner
715
- n
716
- s
717
- 8
718
- features
719
- x
720
- 7
721
- options
722
- x
723
- 4
724
- Hash
725
- x
726
- 16
727
- new_from_literal
728
- x
729
- 7
730
- message
731
- s
732
- 20
733
- Running all features
734
- x
735
- 3
736
- []=
737
- x
738
- 5
739
- merge
740
- x
741
- 3
742
- run
743
- x
744
- 13
745
- @failed_paths
746
- x
747
- 8
748
- @options
749
- x
750
- 11
751
- keep_failed
752
- x
753
- 2
754
- []
755
- x
756
- 20
757
- read_failed_features
758
- x
759
- 12
760
- @last_failed
761
- p
762
- 17
763
- I
764
- -1
765
- I
766
- 1c
767
- I
768
- 0
769
- I
770
- 1d
771
- I
772
- 25
773
- I
774
- 1f
775
- I
776
- 29
777
- I
778
- 20
779
- I
780
- 2f
781
- I
782
- 22
783
- I
784
- 40
785
- I
786
- 0
787
- I
788
- 41
789
- I
790
- 25
791
- I
792
- 4c
793
- I
794
- 27
795
- I
796
- 4f
797
- x
798
- 62
799
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
800
- p
801
- 1
802
- x
803
- 6
804
- passed
805
- x
806
- 6
807
- reload
808
- M
809
- 1
810
- n
811
- n
812
- x
813
- 6
814
- reload
815
- i
816
- 7
817
- 35
818
- 0
819
- 38
820
- 0
821
- 15
822
- 2
823
- 11
824
- I
825
- 1
826
- I
827
- 0
828
- I
829
- 0
830
- I
831
- 0
832
- n
833
- p
834
- 1
835
- x
836
- 13
837
- @failed_paths
838
- p
839
- 7
840
- I
841
- -1
842
- I
843
- 2a
844
- I
845
- 0
846
- I
847
- 2b
848
- I
849
- 5
850
- I
851
- 2d
852
- I
853
- 7
854
- x
855
- 62
856
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
857
- p
858
- 0
859
- x
860
- 13
861
- run_on_change
862
- M
863
- 1
864
- n
865
- n
866
- x
867
- 13
868
- run_on_change
869
- i
870
- 184
871
- 39
872
- 0
873
- 7
874
- 1
875
- 49
876
- 2
877
- 1
878
- 9
879
- 19
880
- 20
881
- 0
882
- 39
883
- 3
884
- 81
885
- 4
886
- 19
887
- 0
888
- 8
889
- 20
890
- 1
891
- 15
892
- 45
893
- 5
894
- 6
895
- 20
896
- 0
897
- 49
898
- 7
899
- 1
900
- 19
901
- 0
902
- 15
903
- 39
904
- 0
905
- 7
906
- 8
907
- 49
908
- 2
909
- 1
910
- 9
911
- 55
912
- 5
913
- 39
914
- 0
915
- 7
916
- 8
917
- 49
918
- 2
919
- 1
920
- 47
921
- 49
922
- 8
923
- 1
924
- 8
925
- 57
926
- 39
927
- 0
928
- 19
929
- 1
930
- 15
931
- 45
932
- 9
933
- 10
934
- 20
935
- 0
936
- 20
937
- 0
938
- 7
939
- 11
940
- 64
941
- 49
942
- 12
943
- 1
944
- 9
945
- 99
946
- 20
947
- 1
948
- 44
949
- 43
950
- 13
951
- 79
952
- 49
953
- 14
954
- 1
955
- 13
956
- 7
957
- 15
958
- 7
959
- 16
960
- 64
961
- 49
962
- 17
963
- 2
964
- 15
965
- 49
966
- 18
967
- 1
968
- 8
969
- 101
970
- 20
971
- 1
972
- 49
973
- 19
974
- 2
975
- 19
976
- 2
977
- 15
978
- 20
979
- 2
980
- 9
981
- 155
982
- 39
983
- 0
984
- 7
985
- 1
986
- 49
987
- 2
988
- 1
989
- 9
990
- 130
991
- 39
992
- 3
993
- 20
994
- 0
995
- 82
996
- 20
997
- 38
998
- 3
999
- 8
1000
- 131
1001
- 1
1002
- 15
1003
- 39
1004
- 21
1005
- 13
1006
- 9
1007
- 145
1008
- 15
1009
- 39
1010
- 0
1011
- 7
1012
- 22
1013
- 49
1014
- 2
1015
- 1
1016
- 9
1017
- 152
1018
- 5
1019
- 48
1020
- 23
1021
- 8
1022
- 153
1023
- 1
1024
- 8
1025
- 180
1026
- 39
1027
- 0
1028
- 7
1029
- 1
1030
- 49
1031
- 2
1032
- 1
1033
- 9
1034
- 175
1035
- 39
1036
- 3
1037
- 5
1038
- 48
1039
- 24
1040
- 81
1041
- 4
1042
- 38
1043
- 3
1044
- 8
1045
- 176
1046
- 1
1047
- 15
1048
- 2
1049
- 38
1050
- 21
1051
- 15
1052
- 20
1053
- 2
1054
- 11
1055
- I
1056
- a
1057
- I
1058
- 3
1059
- I
1060
- 1
1061
- I
1062
- 1
1063
- n
1064
- p
1065
- 25
1066
- x
1067
- 8
1068
- @options
1069
- x
1070
- 11
1071
- keep_failed
1072
- x
1073
- 2
1074
- []
1075
- x
1076
- 13
1077
- @failed_paths
1078
- x
1079
- 1
1080
- +
1081
- x
1082
- 9
1083
- Inspector
1084
- n
1085
- x
1086
- 5
1087
- clean
1088
- x
1089
- 13
1090
- change_format
1091
- x
1092
- 6
1093
- Runner
1094
- n
1095
- s
1096
- 8
1097
- features
1098
- x
1099
- 8
1100
- include?
1101
- x
1102
- 4
1103
- Hash
1104
- x
1105
- 16
1106
- new_from_literal
1107
- x
1108
- 7
1109
- message
1110
- s
1111
- 20
1112
- Running all features
1113
- x
1114
- 3
1115
- []=
1116
- x
1117
- 5
1118
- merge
1119
- x
1120
- 3
1121
- run
1122
- x
1123
- 1
1124
- -
1125
- x
1126
- 12
1127
- @last_failed
1128
- x
1129
- 14
1130
- all_after_pass
1131
- x
1132
- 7
1133
- run_all
1134
- x
1135
- 20
1136
- read_failed_features
1137
- p
1138
- 37
1139
- I
1140
- -1
1141
- I
1142
- 30
1143
- I
1144
- 0
1145
- I
1146
- 31
1147
- I
1148
- 14
1149
- I
1150
- 0
1151
- I
1152
- 15
1153
- I
1154
- 32
1155
- I
1156
- 20
1157
- I
1158
- 33
1159
- I
1160
- 39
1161
- I
1162
- 33
1163
- I
1164
- 3c
1165
- I
1166
- 34
1167
- I
1168
- 65
1169
- I
1170
- 34
1171
- I
1172
- 6b
1173
- I
1174
- 36
1175
- I
1176
- 6f
1177
- I
1178
- 38
1179
- I
1180
- 83
1181
- I
1182
- 0
1183
- I
1184
- 84
1185
- I
1186
- 3a
1187
- I
1188
- 99
1189
- I
1190
- 0
1191
- I
1192
- 9b
1193
- I
1194
- 3d
1195
- I
1196
- b0
1197
- I
1198
- 0
1199
- I
1200
- b1
1201
- I
1202
- 3f
1203
- I
1204
- b4
1205
- I
1206
- 0
1207
- I
1208
- b5
1209
- I
1210
- 42
1211
- I
1212
- b8
1213
- x
1214
- 62
1215
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1216
- p
1217
- 3
1218
- x
1219
- 5
1220
- paths
1221
- x
1222
- 7
1223
- options
1224
- x
1225
- 6
1226
- passed
1227
- x
1228
- 7
1229
- private
1230
- x
1231
- 20
1232
- read_failed_features
1233
- M
1234
- 1
1235
- n
1236
- n
1237
- x
1238
- 20
1239
- read_failed_features
1240
- i
1241
- 53
1242
- 35
1243
- 0
1244
- 19
1245
- 0
1246
- 15
1247
- 45
1248
- 0
1249
- 1
1250
- 7
1251
- 2
1252
- 64
1253
- 49
1254
- 3
1255
- 1
1256
- 9
1257
- 48
1258
- 45
1259
- 0
1260
- 4
1261
- 7
1262
- 2
1263
- 64
1264
- 49
1265
- 5
1266
- 1
1267
- 49
1268
- 6
1269
- 0
1270
- 7
1271
- 7
1272
- 64
1273
- 49
1274
- 8
1275
- 1
1276
- 19
1277
- 0
1278
- 15
1279
- 45
1280
- 0
1281
- 9
1282
- 7
1283
- 2
1284
- 64
1285
- 49
1286
- 10
1287
- 1
1288
- 8
1289
- 49
1290
- 1
1291
- 15
1292
- 20
1293
- 0
1294
- 11
1295
- I
1296
- 3
1297
- I
1298
- 1
1299
- I
1300
- 0
1301
- I
1302
- 0
1303
- n
1304
- p
1305
- 11
1306
- x
1307
- 4
1308
- File
1309
- n
1310
- s
1311
- 9
1312
- rerun.txt
1313
- x
1314
- 6
1315
- exist?
1316
- n
1317
- x
1318
- 4
1319
- open
1320
- x
1321
- 4
1322
- read
1323
- s
1324
- 1
1325
-
1326
- x
1327
- 5
1328
- split
1329
- n
1330
- x
1331
- 6
1332
- delete
1333
- p
1334
- 17
1335
- I
1336
- -1
1337
- I
1338
- 47
1339
- I
1340
- 0
1341
- I
1342
- 48
1343
- I
1344
- 5
1345
- I
1346
- 4a
1347
- I
1348
- 10
1349
- I
1350
- 4b
1351
- I
1352
- 25
1353
- I
1354
- 4c
1355
- I
1356
- 30
1357
- I
1358
- 4a
1359
- I
1360
- 31
1361
- I
1362
- 0
1363
- I
1364
- 32
1365
- I
1366
- 4f
1367
- I
1368
- 35
1369
- x
1370
- 62
1371
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1372
- p
1373
- 1
1374
- x
1375
- 6
1376
- failed
1377
- x
1378
- 13
1379
- change_format
1380
- M
1381
- 1
1382
- n
1383
- n
1384
- x
1385
- 13
1386
- change_format
1387
- i
1388
- 52
1389
- 39
1390
- 0
1391
- 7
1392
- 1
1393
- 49
1394
- 2
1395
- 1
1396
- 7
1397
- 3
1398
- 64
1399
- 49
1400
- 4
1401
- 1
1402
- 19
1403
- 1
1404
- 15
1405
- 20
1406
- 1
1407
- 56
1408
- 5
1409
- 50
1410
- 6
1411
- 0
1412
- 15
1413
- 39
1414
- 0
1415
- 44
1416
- 43
1417
- 7
1418
- 79
1419
- 49
1420
- 8
1421
- 1
1422
- 13
1423
- 7
1424
- 1
1425
- 20
1426
- 1
1427
- 7
1428
- 3
1429
- 64
1430
- 49
1431
- 9
1432
- 1
1433
- 49
1434
- 10
1435
- 2
1436
- 15
1437
- 49
1438
- 11
1439
- 1
1440
- 11
1441
- I
1442
- 8
1443
- I
1444
- 2
1445
- I
1446
- 1
1447
- I
1448
- 1
1449
- n
1450
- p
1451
- 12
1452
- x
1453
- 8
1454
- @options
1455
- x
1456
- 3
1457
- cli
1458
- x
1459
- 2
1460
- []
1461
- s
1462
- 1
1463
-
1464
- x
1465
- 5
1466
- split
1467
- M
1468
- 1
1469
- p
1470
- 2
1471
- x
1472
- 9
1473
- for_block
1474
- t
1475
- n
1476
- x
1477
- 13
1478
- change_format
1479
- i
1480
- 67
1481
- 58
1482
- 37
1483
- 19
1484
- 0
1485
- 15
1486
- 37
1487
- 19
1488
- 1
1489
- 15
1490
- 15
1491
- 20
1492
- 0
1493
- 7
1494
- 0
1495
- 64
1496
- 83
1497
- 1
1498
- 13
1499
- 9
1500
- 43
1501
- 15
1502
- 21
1503
- 1
1504
- 1
1505
- 20
1506
- 1
1507
- 80
1508
- 81
1509
- 2
1510
- 49
1511
- 3
1512
- 1
1513
- 7
1514
- 4
1515
- 64
1516
- 83
1517
- 1
1518
- 10
1519
- 42
1520
- 2
1521
- 8
1522
- 43
1523
- 3
1524
- 9
1525
- 65
1526
- 21
1527
- 1
1528
- 1
1529
- 20
1530
- 1
1531
- 79
1532
- 81
1533
- 2
1534
- 21
1535
- 1
1536
- 0
1537
- 13
1538
- 18
1539
- 3
1540
- 49
1541
- 5
1542
- 2
1543
- 15
1544
- 8
1545
- 66
1546
- 1
1547
- 11
1548
- I
1549
- 7
1550
- I
1551
- 2
1552
- I
1553
- 2
1554
- I
1555
- 2
1556
- n
1557
- p
1558
- 6
1559
- s
1560
- 8
1561
- --format
1562
- x
1563
- 2
1564
- ==
1565
- x
1566
- 1
1567
- +
1568
- x
1569
- 2
1570
- []
1571
- s
1572
- 5
1573
- --out
1574
- x
1575
- 3
1576
- []=
1577
- p
1578
- 11
1579
- I
1580
- 0
1581
- I
1582
- 54
1583
- I
1584
- a
1585
- I
1586
- 55
1587
- I
1588
- 2d
1589
- I
1590
- 56
1591
- I
1592
- 41
1593
- I
1594
- 55
1595
- I
1596
- 42
1597
- I
1598
- 0
1599
- I
1600
- 43
1601
- x
1602
- 62
1603
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1604
- p
1605
- 2
1606
- x
1607
- 4
1608
- part
1609
- x
1610
- 5
1611
- index
1612
- x
1613
- 15
1614
- each_with_index
1615
- x
1616
- 4
1617
- Hash
1618
- x
1619
- 16
1620
- new_from_literal
1621
- x
1622
- 4
1623
- join
1624
- x
1625
- 3
1626
- []=
1627
- x
1628
- 5
1629
- merge
1630
- p
1631
- 9
1632
- I
1633
- -1
1634
- I
1635
- 52
1636
- I
1637
- 0
1638
- I
1639
- 53
1640
- I
1641
- 10
1642
- I
1643
- 54
1644
- I
1645
- 18
1646
- I
1647
- 59
1648
- I
1649
- 34
1650
- x
1651
- 62
1652
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1653
- p
1654
- 2
1655
- x
1656
- 6
1657
- format
1658
- x
1659
- 9
1660
- cli_parts
1661
- p
1662
- 21
1663
- I
1664
- 2
1665
- I
1666
- 8
1667
- I
1668
- d
1669
- I
1670
- 9
1671
- I
1672
- 18
1673
- I
1674
- b
1675
- I
1676
- 26
1677
- I
1678
- 18
1679
- I
1680
- 34
1681
- I
1682
- 1c
1683
- I
1684
- 42
1685
- I
1686
- 2a
1687
- I
1688
- 50
1689
- I
1690
- 30
1691
- I
1692
- 5e
1693
- I
1694
- 45
1695
- I
1696
- 62
1697
- I
1698
- 47
1699
- I
1700
- 70
1701
- I
1702
- 52
1703
- I
1704
- 7e
1705
- x
1706
- 62
1707
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1708
- p
1709
- 0
1710
- x
1711
- 13
1712
- attach_method
1713
- p
1714
- 3
1715
- I
1716
- 2
1717
- I
1718
- 6
1719
- I
1720
- 1f
1721
- x
1722
- 62
1723
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1724
- p
1725
- 0
1726
- x
1727
- 13
1728
- attach_method
1729
- p
1730
- 9
1731
- I
1732
- 0
1733
- I
1734
- 1
1735
- I
1736
- 9
1737
- I
1738
- 2
1739
- I
1740
- 12
1741
- I
1742
- 3
1743
- I
1744
- 1b
1745
- I
1746
- 5
1747
- I
1748
- 37
1749
- x
1750
- 62
1751
- /Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
1752
- p
1753
- 0