guard-cucumber 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/guard/cucumber.rb +2 -0
- data/lib/guard/cucumber/version.rb +1 -1
- metadata +2 -2
data/lib/guard/cucumber.rb
CHANGED
@@ -13,6 +13,8 @@ module Guard
|
|
13
13
|
autoload :Runner, 'guard/cucumber/runner'
|
14
14
|
autoload :Inspector, 'guard/cucumber/inspector'
|
15
15
|
|
16
|
+
attr_accessor :last_failed, :failed_path
|
17
|
+
|
16
18
|
# Initialize Guard::Cucumber.
|
17
19
|
#
|
18
20
|
# @param [Array<Guard::Watcher>] watchers the watchers in the Guard block
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: guard-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -73,7 +73,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
73
|
version: '0'
|
74
74
|
segments:
|
75
75
|
- 0
|
76
|
-
hash:
|
76
|
+
hash: 646156643643387503
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
78
|
none: false
|
79
79
|
requirements:
|