guard-cucumber 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -0
- data/lib/guard/cucumber.rb +6 -1
- data/lib/guard/cucumber.rbc +79 -43
- data/lib/guard/cucumber/version.rb +1 -1
- data/lib/guard/cucumber/version.rbc +1 -1
- metadata +38 -5
data/README.md
CHANGED
@@ -167,6 +167,7 @@ For questions please join us on our [Google group](http://groups.google.com/grou
|
|
167
167
|
## Contributors
|
168
168
|
|
169
169
|
* [Aleksei Gusev](https://github.com/hron)
|
170
|
+
* [Larry Marburger](https://github.com/lmarburger)
|
170
171
|
* [Loren Norman](https://github.com/lorennorman)
|
171
172
|
* [Nicholas A Clark](https://github.com/NickClark)
|
172
173
|
* [Oriol Gual](https://github.com/oriolgual)
|
data/lib/guard/cucumber.rb
CHANGED
@@ -28,7 +28,12 @@ module Guard
|
|
28
28
|
def run_all
|
29
29
|
passed = Runner.run(['features'], options.merge({ :message => 'Running all features' }))
|
30
30
|
|
31
|
-
|
31
|
+
if passed
|
32
|
+
@failed_paths = []
|
33
|
+
else
|
34
|
+
@failed_paths = read_failed_features if @options[:keep_failed]
|
35
|
+
end
|
36
|
+
|
32
37
|
@last_failed = !passed
|
33
38
|
|
34
39
|
passed
|
data/lib/guard/cucumber.rbc
CHANGED
@@ -614,7 +614,7 @@ x
|
|
614
614
|
7
|
615
615
|
run_all
|
616
616
|
i
|
617
|
-
|
617
|
+
79
|
618
618
|
45
|
619
619
|
0
|
620
620
|
1
|
@@ -661,19 +661,35 @@ i
|
|
661
661
|
38
|
662
662
|
11
|
663
663
|
8
|
664
|
+
64
|
665
|
+
39
|
666
|
+
12
|
667
|
+
7
|
668
|
+
13
|
669
|
+
49
|
670
|
+
14
|
671
|
+
1
|
672
|
+
9
|
673
|
+
63
|
674
|
+
5
|
664
675
|
48
|
676
|
+
15
|
677
|
+
38
|
678
|
+
11
|
679
|
+
8
|
680
|
+
64
|
665
681
|
1
|
666
682
|
15
|
667
683
|
20
|
668
684
|
0
|
669
685
|
10
|
670
|
-
|
686
|
+
72
|
671
687
|
2
|
672
688
|
8
|
673
|
-
|
689
|
+
73
|
674
690
|
3
|
675
691
|
38
|
676
|
-
|
692
|
+
16
|
677
693
|
15
|
678
694
|
20
|
679
695
|
0
|
@@ -688,7 +704,7 @@ I
|
|
688
704
|
0
|
689
705
|
n
|
690
706
|
p
|
691
|
-
|
707
|
+
17
|
692
708
|
x
|
693
709
|
6
|
694
710
|
Runner
|
@@ -724,10 +740,22 @@ x
|
|
724
740
|
13
|
725
741
|
@failed_paths
|
726
742
|
x
|
743
|
+
8
|
744
|
+
@options
|
745
|
+
x
|
746
|
+
11
|
747
|
+
keep_failed
|
748
|
+
x
|
749
|
+
2
|
750
|
+
[]
|
751
|
+
x
|
752
|
+
20
|
753
|
+
read_failed_features
|
754
|
+
x
|
727
755
|
12
|
728
756
|
@last_failed
|
729
757
|
p
|
730
|
-
|
758
|
+
15
|
731
759
|
I
|
732
760
|
-1
|
733
761
|
I
|
@@ -741,15 +769,23 @@ I
|
|
741
769
|
I
|
742
770
|
1f
|
743
771
|
I
|
744
|
-
|
772
|
+
29
|
745
773
|
I
|
746
774
|
20
|
747
775
|
I
|
748
|
-
|
776
|
+
2f
|
749
777
|
I
|
750
778
|
22
|
751
779
|
I
|
752
|
-
|
780
|
+
41
|
781
|
+
I
|
782
|
+
25
|
783
|
+
I
|
784
|
+
4c
|
785
|
+
I
|
786
|
+
27
|
787
|
+
I
|
788
|
+
4f
|
753
789
|
x
|
754
790
|
62
|
755
791
|
/Users/michi/Repositories/guard-cucumber/lib/guard/cucumber.rb
|
@@ -796,15 +832,15 @@ p
|
|
796
832
|
I
|
797
833
|
-1
|
798
834
|
I
|
799
|
-
|
835
|
+
2a
|
800
836
|
I
|
801
837
|
0
|
802
838
|
I
|
803
|
-
|
839
|
+
2b
|
804
840
|
I
|
805
841
|
5
|
806
842
|
I
|
807
|
-
|
843
|
+
2d
|
808
844
|
I
|
809
845
|
7
|
810
846
|
x
|
@@ -1095,47 +1131,47 @@ p
|
|
1095
1131
|
I
|
1096
1132
|
-1
|
1097
1133
|
I
|
1098
|
-
|
1134
|
+
30
|
1099
1135
|
I
|
1100
1136
|
0
|
1101
1137
|
I
|
1102
|
-
|
1138
|
+
31
|
1103
1139
|
I
|
1104
1140
|
15
|
1105
1141
|
I
|
1106
|
-
|
1142
|
+
32
|
1107
1143
|
I
|
1108
1144
|
20
|
1109
1145
|
I
|
1110
|
-
|
1146
|
+
33
|
1111
1147
|
I
|
1112
1148
|
3c
|
1113
1149
|
I
|
1114
|
-
|
1150
|
+
34
|
1115
1151
|
I
|
1116
1152
|
6b
|
1117
1153
|
I
|
1118
|
-
|
1154
|
+
36
|
1119
1155
|
I
|
1120
1156
|
6f
|
1121
1157
|
I
|
1122
|
-
|
1158
|
+
38
|
1123
1159
|
I
|
1124
1160
|
84
|
1125
1161
|
I
|
1126
|
-
|
1162
|
+
3a
|
1127
1163
|
I
|
1128
1164
|
9b
|
1129
1165
|
I
|
1130
|
-
|
1166
|
+
3d
|
1131
1167
|
I
|
1132
1168
|
b1
|
1133
1169
|
I
|
1134
|
-
|
1170
|
+
3f
|
1135
1171
|
I
|
1136
1172
|
b5
|
1137
1173
|
I
|
1138
|
-
|
1174
|
+
42
|
1139
1175
|
I
|
1140
1176
|
b8
|
1141
1177
|
x
|
@@ -1263,31 +1299,31 @@ p
|
|
1263
1299
|
I
|
1264
1300
|
-1
|
1265
1301
|
I
|
1266
|
-
|
1302
|
+
47
|
1267
1303
|
I
|
1268
1304
|
0
|
1269
1305
|
I
|
1270
|
-
|
1306
|
+
48
|
1271
1307
|
I
|
1272
1308
|
5
|
1273
1309
|
I
|
1274
|
-
|
1310
|
+
4a
|
1275
1311
|
I
|
1276
1312
|
10
|
1277
1313
|
I
|
1278
|
-
|
1314
|
+
4b
|
1279
1315
|
I
|
1280
1316
|
25
|
1281
1317
|
I
|
1282
|
-
|
1318
|
+
4c
|
1283
1319
|
I
|
1284
1320
|
30
|
1285
1321
|
I
|
1286
|
-
|
1322
|
+
4a
|
1287
1323
|
I
|
1288
1324
|
32
|
1289
1325
|
I
|
1290
|
-
|
1326
|
+
4f
|
1291
1327
|
I
|
1292
1328
|
35
|
1293
1329
|
x
|
@@ -1503,19 +1539,19 @@ p
|
|
1503
1539
|
I
|
1504
1540
|
0
|
1505
1541
|
I
|
1506
|
-
|
1542
|
+
54
|
1507
1543
|
I
|
1508
1544
|
a
|
1509
1545
|
I
|
1510
|
-
|
1546
|
+
55
|
1511
1547
|
I
|
1512
1548
|
2d
|
1513
1549
|
I
|
1514
|
-
|
1550
|
+
56
|
1515
1551
|
I
|
1516
1552
|
41
|
1517
1553
|
I
|
1518
|
-
|
1554
|
+
55
|
1519
1555
|
I
|
1520
1556
|
43
|
1521
1557
|
x
|
@@ -1552,19 +1588,19 @@ p
|
|
1552
1588
|
I
|
1553
1589
|
-1
|
1554
1590
|
I
|
1555
|
-
|
1591
|
+
52
|
1556
1592
|
I
|
1557
1593
|
0
|
1558
1594
|
I
|
1559
|
-
|
1595
|
+
53
|
1560
1596
|
I
|
1561
1597
|
10
|
1562
1598
|
I
|
1563
|
-
|
1599
|
+
54
|
1564
1600
|
I
|
1565
1601
|
18
|
1566
1602
|
I
|
1567
|
-
|
1603
|
+
59
|
1568
1604
|
I
|
1569
1605
|
34
|
1570
1606
|
x
|
@@ -1603,23 +1639,23 @@ I
|
|
1603
1639
|
I
|
1604
1640
|
42
|
1605
1641
|
I
|
1606
|
-
|
1642
|
+
2a
|
1607
1643
|
I
|
1608
1644
|
50
|
1609
1645
|
I
|
1610
|
-
|
1646
|
+
30
|
1611
1647
|
I
|
1612
1648
|
5e
|
1613
1649
|
I
|
1614
|
-
|
1650
|
+
45
|
1615
1651
|
I
|
1616
1652
|
62
|
1617
1653
|
I
|
1618
|
-
|
1654
|
+
47
|
1619
1655
|
I
|
1620
1656
|
70
|
1621
1657
|
I
|
1622
|
-
|
1658
|
+
52
|
1623
1659
|
I
|
1624
1660
|
7e
|
1625
1661
|
x
|
metadata
CHANGED
@@ -1,8 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
+
hash: 15
|
4
5
|
prerelease:
|
5
|
-
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 5
|
9
|
+
- 2
|
10
|
+
version: 0.5.2
|
6
11
|
platform: ruby
|
7
12
|
authors:
|
8
13
|
- Michael Kessler
|
@@ -10,8 +15,7 @@ autorequire:
|
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
17
|
|
13
|
-
date: 2011-
|
14
|
-
default_executable:
|
18
|
+
date: 2011-07-04 00:00:00 Z
|
15
19
|
dependencies:
|
16
20
|
- !ruby/object:Gem::Dependency
|
17
21
|
name: guard
|
@@ -21,6 +25,11 @@ dependencies:
|
|
21
25
|
requirements:
|
22
26
|
- - ">="
|
23
27
|
- !ruby/object:Gem::Version
|
28
|
+
hash: 15
|
29
|
+
segments:
|
30
|
+
- 0
|
31
|
+
- 4
|
32
|
+
- 0
|
24
33
|
version: 0.4.0
|
25
34
|
type: :runtime
|
26
35
|
version_requirements: *id001
|
@@ -32,6 +41,10 @@ dependencies:
|
|
32
41
|
requirements:
|
33
42
|
- - ">="
|
34
43
|
- !ruby/object:Gem::Version
|
44
|
+
hash: 31
|
45
|
+
segments:
|
46
|
+
- 0
|
47
|
+
- 10
|
35
48
|
version: "0.10"
|
36
49
|
type: :runtime
|
37
50
|
version_requirements: *id002
|
@@ -43,6 +56,10 @@ dependencies:
|
|
43
56
|
requirements:
|
44
57
|
- - ~>
|
45
58
|
- !ruby/object:Gem::Version
|
59
|
+
hash: 15
|
60
|
+
segments:
|
61
|
+
- 1
|
62
|
+
- 0
|
46
63
|
version: "1.0"
|
47
64
|
type: :development
|
48
65
|
version_requirements: *id003
|
@@ -54,6 +71,10 @@ dependencies:
|
|
54
71
|
requirements:
|
55
72
|
- - ~>
|
56
73
|
- !ruby/object:Gem::Version
|
74
|
+
hash: 15
|
75
|
+
segments:
|
76
|
+
- 2
|
77
|
+
- 6
|
57
78
|
version: "2.6"
|
58
79
|
type: :development
|
59
80
|
version_requirements: *id004
|
@@ -65,6 +86,10 @@ dependencies:
|
|
65
86
|
requirements:
|
66
87
|
- - ~>
|
67
88
|
- !ruby/object:Gem::Version
|
89
|
+
hash: 3
|
90
|
+
segments:
|
91
|
+
- 0
|
92
|
+
- 4
|
68
93
|
version: "0.4"
|
69
94
|
type: :development
|
70
95
|
version_requirements: *id005
|
@@ -91,7 +116,6 @@ files:
|
|
91
116
|
- lib/guard/cucumber.rbc
|
92
117
|
- LICENSE
|
93
118
|
- README.md
|
94
|
-
has_rdoc: true
|
95
119
|
homepage: http://github.com/netzpirat/guard-cucumber
|
96
120
|
licenses: []
|
97
121
|
|
@@ -105,19 +129,28 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
129
|
requirements:
|
106
130
|
- - ">="
|
107
131
|
- !ruby/object:Gem::Version
|
132
|
+
hash: 3
|
133
|
+
segments:
|
134
|
+
- 0
|
108
135
|
version: "0"
|
109
136
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
137
|
none: false
|
111
138
|
requirements:
|
112
139
|
- - ">="
|
113
140
|
- !ruby/object:Gem::Version
|
141
|
+
hash: 23
|
142
|
+
segments:
|
143
|
+
- 1
|
144
|
+
- 3
|
145
|
+
- 6
|
114
146
|
version: 1.3.6
|
115
147
|
requirements: []
|
116
148
|
|
117
149
|
rubyforge_project: guard-cucumber
|
118
|
-
rubygems_version: 1.
|
150
|
+
rubygems_version: 1.7.2
|
119
151
|
signing_key:
|
120
152
|
specification_version: 3
|
121
153
|
summary: Guard gem for Cucumber
|
122
154
|
test_files: []
|
123
155
|
|
156
|
+
has_rdoc:
|