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

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