guard-minitest 2.3.1 → 2.3.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f232a65392ff6ba90e35fe8c1ec0db39c39da735
4
- data.tar.gz: ea74fbd9a55b99be64b90e388f20ca4574d198a8
3
+ metadata.gz: e05d5e5ff48f8b86064e5377a2f22fbf467602be
4
+ data.tar.gz: 05b6767e718e86eb23ffb44ca4e6c4f3dc0ab261
5
5
  SHA512:
6
- metadata.gz: 9e3efca3a3240d962a0fb37b54aa7a953d441c432a0f5b53736e3b06c7b1eb88e5d3eb7ca7b284b311af12c61ad55f444d159988f877017e0f8851a7ba7bea2e
7
- data.tar.gz: b459ab7ccc2f5f28ac0257b2ebf3f10295c690a30e029e79f7bfaba1b2718641a9d41238f19c9bdf93dc8ec194d2e2963eeabff3bd6ae607203384a9e6ebd8fc
6
+ metadata.gz: 2e71ff755193ffd8d839625715f00babef2b7f73481ac00947e1ca97b496ba4876ecc396c18abe4f54395b57468ec2e161b2eb6b7d3d4f7a1bc1911becc477ea
7
+ data.tar.gz: 47e010f0e0c60718ea7c6c59f1c71ccd60397276e51af8a14406e71bfc721cd019f855576b0d4f22a517f3e604680ff279a97c4039a486ee5da92efa43141052
@@ -32,6 +32,8 @@ module Guard
32
32
  end
33
33
 
34
34
  def run(paths, options = {})
35
+ return unless options[:all] || !paths.empty?
36
+
35
37
  message = "Running: #{options[:all] ? 'all tests' : paths.join(' ')}"
36
38
  UI.info message, reset: true
37
39
 
@@ -44,7 +46,7 @@ module Guard
44
46
  end
45
47
 
46
48
  if @options[:all_after_pass] && status && !options[:all]
47
- run_all
49
+ run_all
48
50
  else
49
51
  status
50
52
  end
@@ -201,7 +203,7 @@ module Guard
201
203
  else
202
204
  folders = include_folders
203
205
  end
204
-
206
+
205
207
  folders.map {|f| %[-I"#{f}"] }
206
208
  end
207
209
 
@@ -1,7 +1,7 @@
1
1
  module Guard
2
2
  class MinitestVersion
3
3
 
4
- VERSION = '2.3.1'
4
+ VERSION = '2.3.2'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-minitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yann Lugrin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-06-22 00:00:00.000000000 Z
12
+ date: 2014-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard