We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03a4ec commit 2d690c3Copy full SHA for 2d690c3
core/dir/chdir_spec.rb
@@ -177,7 +177,7 @@ def to_str; DirSpecs.mock_dir; end
177
dir.close
178
end
179
180
- platform_is_not :windows do
+ guard -> { Dir.respond_to? :fchdir } do
181
it "does not raise an Errno::ENOENT if the original directory no longer exists" do
182
dir_name1 = tmp('testdir1')
183
dir_name2 = tmp('testdir2')
0 commit comments