summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/readable_spec.rb
blob: ed75a23f39c8bfaa2076bc2150abbfc4fcb9bd8d (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative '../../shared/file/readable'

describe "File.readable?" do
  it_behaves_like :file_readable, :readable?, File
  it_behaves_like :file_readable_missing, :readable?, File
end