remove extra ORIG_CWD
just keep Cmdtest::ORIG_CWD
This commit is contained in:
@ -252,8 +252,6 @@ module Cmdtest
|
||||
|
||||
attr_reader :opts, :orig_cwd, :method_filter
|
||||
|
||||
ORIG_CWD = Dir.pwd
|
||||
|
||||
def initialize(project_dir, incremental, opts)
|
||||
@project_dir = project_dir
|
||||
@opts = opts
|
||||
@ -482,8 +480,6 @@ module Cmdtest
|
||||
|
||||
class ProjectDir
|
||||
|
||||
ORIG_CWD = Dir.pwd
|
||||
|
||||
def initialize(argv)
|
||||
@argv = argv
|
||||
@test_filenames = nil
|
||||
|
Reference in New Issue
Block a user