mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@34e6246
This commit is contained in:
parent
d51b4e34fb
commit
070cbe22b7
35 changed files with 127 additions and 133 deletions
|
@ -95,8 +95,8 @@ describe "Dir.chdir" do
|
|||
it "raises an Errno::ENOENT if the original directory no longer exists" do
|
||||
dir1 = tmp('/testdir1')
|
||||
dir2 = tmp('/testdir2')
|
||||
File.exist?(dir1).should == false
|
||||
File.exist?(dir2).should == false
|
||||
File.should_not.exist?(dir1)
|
||||
File.should_not.exist?(dir2)
|
||||
Dir.mkdir dir1
|
||||
Dir.mkdir dir2
|
||||
begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue