Skip to content

Commit

Permalink
+ Moved ParallelEach under Minitest.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 8491]
  • Loading branch information
zenspider committed May 3, 2013
1 parent 353c3dc commit 57a3153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/minitest/parallel_each.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# so all the goodies come along (tho not all are wrapped yet to
# return another ParallelEach instance).

class ParallelEach
class Minitest::ParallelEach
require 'thread'
include Enumerable

Expand Down
2 changes: 1 addition & 1 deletion test/minitest/test_minitest_unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def await
end

def test_parallel_each_size
assert_equal 0, ParallelEach.new([]).size
assert_equal 0, Minitest::ParallelEach.new([]).size
end

def test_run_parallel
Expand Down

0 comments on commit 57a3153

Please sign in to comment.