You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip a new spec for Dir#chdir on Windows when original directory is removed
The following error is raised:
```
Dir#chdir does not raise an Errno::ENOENT if the original directory no longer exists ERROR
Errno::ENOENT: No such file or directory @ dir_chdir0 - D:/a/spec/spec/rubyspec_temp/5588_0/27-testdir1
D:/a/spec/spec/core/dir/chdir_spec.rb:192:in `chdir'
D:/a/spec/spec/core/dir/chdir_spec.rb:192:in `block (4 levels) in <top (required)>'
D:/a/spec/spec/core/dir/chdir_spec.rb:191:in `chdir'
D:/a/spec/spec/core/dir/chdir_spec.rb:191:in `block (3 levels) in <top (required)>'
D:/a/spec/spec/core/dir/chdir_spec.rb:129:in `block in <top (required)>'
D:/a/spec/spec/core/dir/chdir_spec.rb:128:in `<top (required)>'
```
0 commit comments