remove extra ORIG_CWD

just keep Cmdtest::ORIG_CWD
This commit is contained in:
Johan Holmberg
2016-06-03 20:29:02 +02:00
parent 3ea3d852aa
commit 43072aecec

View File

@ -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