aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/file/readable_real_spec.rb
blob: 5fca9686114eaa9186d05d8a21e77170b3a4482e (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/readable_real', __FILE__)

describe "File.readable_real?" do
  it_behaves_like :file_readable_real, :readable_real?, File
  it_behaves_like :file_readable_real_missing, :readable_real?, File
end