guard-cucumber 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ module Guard
17
17
 
18
18
  def after_features(features)
19
19
  notify_summary
20
- write_rerun_features
20
+ write_rerun_features if !@file_names.empty?
21
21
  end
22
22
 
23
23
  def before_feature_element(feature_element)
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module CucumberVersion
3
- VERSION = '0.3.3'
3
+ VERSION = '0.3.4'
4
4
  end
5
5
  end
@@ -152,7 +152,7 @@ x
152
152
  VERSION
153
153
  s
154
154
  5
155
- 0.3.2
155
+ 0.3.3
156
156
  x
157
157
  9
158
158
  const_set
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: guard-cucumber
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.3
5
+ version: 0.3.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Kessler