test_bench 1.2.0.5 → 1.2.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/test_bench/run.rb +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82b5c7ea30694c73b4fea06fd84b04a91c39ddb2e4c1f3c5d61bf7cbcf19968a
4
- data.tar.gz: e3e762b1ed21103f6b63cdc1c9b3c974803e2ae82e60a8f110dcf7b3ba6a5aff
3
+ metadata.gz: 401590086df82ac9a8f1b1986ee18e2d16c50fc853906bdd048a0dfdb83e6f9f
4
+ data.tar.gz: 065c9f7af87e614ccc0377f7d3a3baf3f31081cadd6293435d53ea2f93fc1077
5
5
  SHA512:
6
- metadata.gz: be92980ba27d4c0132a96a2d31df200e3c442e0de320ee0b66e482b8793ca0868992a833a58b25fd0d6db384eadf9a2f21fee4d3e4308890736881ad3b08b1ec
7
- data.tar.gz: 4687fc714ea34ddb8510359827016a8107b1ca1fd2659ed140237fa9a4abc73a3c2eafa96f5aeeaa4f1f6b4ea6a877d7e17fde63e74ba1db05e83a0e02eec66d
6
+ metadata.gz: d8cf556067bf2a71e11e1401b8dd476143b7d775cf2fb7315612b9e422fc113d135556f711f6c26a39c4a43794a3cf2455f50c15d74e02fbda22a67334db1390
7
+ data.tar.gz: a1abc311463834f6a037a0e870a65a74fcd2daa02775a6b8d432335f75c2ee113084b311d70d8fac56d23567ea5481c806b92823d4fe9d9666bb6b40a12f4c8b
@@ -80,14 +80,14 @@ module TestBench
80
80
  glob_pattern = File.join(path, '**/*.rb')
81
81
 
82
82
  Dir.glob(glob_pattern).sort.each do |path|
83
- next if exclude_pattern.match?(path)
84
-
85
83
  file(path)
86
84
  end
87
85
  end
88
86
 
89
87
  def file(path)
90
- session.load(path)
88
+ unless exclude_pattern.match?(path)
89
+ session.load(path)
90
+ end
91
91
  end
92
92
 
93
93
  module Defaults
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_bench
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.5
4
+ version: 1.2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Ladd
8
8
  autorequire:
9
9
  bindir: script
10
10
  cert_chain: []
11
- date: 2020-08-11 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test_bench-fixture