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
|
@ -37,7 +37,7 @@ describe :file_world_readable, shared: true do
|
|||
it "returns a Fixnum if the file is a directory and chmod 644" do
|
||||
dir = rand().to_s + '-ww'
|
||||
Dir.mkdir(dir)
|
||||
Dir.exist?(dir).should be_true
|
||||
Dir.should.exist?(dir)
|
||||
File.chmod(0644, dir)
|
||||
@object.world_readable?(dir).should be_an_instance_of(Fixnum)
|
||||
Dir.rmdir(dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue