lib/pork/isolate.rb in pork-1.4.4 vs lib/pork/isolate.rb in pork-1.5.0
- old
+ new
@@ -1,8 +1,6 @@
-require 'pork'
-
module Pork
module Isolate
def all_tests
@all_tests ||= build_all_tests
end
@@ -95,8 +93,6 @@
def store_for_source tests, path, file, line
r = tests[:files] ||= {}
((r[File.expand_path(file)] ||= {})[line] ||= []) << path
end
end
-
- Executor.extend(Isolate)
end