rspec_parallel 0.1.0 → 0.1.1

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 (2) hide show
  1. data/lib/rspec_parallel.rb +3 -5
  2. metadata +1 -1
@@ -69,11 +69,9 @@ class Rspec_parallel
69
69
  pending_list << [task, parse_pending_log(task_output)]
70
70
  end
71
71
  end
72
- @lock.synchronize do
73
- case_number += 1
74
- pbar.inc
75
- pbar.instance_variable_set("@title", "#{pbar.current + 1}/#{pbar.total}")
76
- end
72
+ case_number += 1
73
+ pbar.inc
74
+ pbar.instance_variable_set("@title", "#{pbar.current}/#{pbar.total}")
77
75
  end
78
76
  end
79
77
  # ramp up user threads one by one
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: