Updated RubySpec source to b897f30c.
[rbx.git] / spec / frozen / 1.8 / core / file / readable_real_spec.rb
blobcc627dc8906ecf024b44aa7653816be4a8da1f13
1 require File.dirname(__FILE__) + '/../../spec_helper'
2 require File.dirname(__FILE__) + '/../../shared/file/readable_real'
4 describe "File.readable_real?" do
5   it_behaves_like :file_readable_real, :readable_real?, File
6   it_behaves_like :file_readable_real_missing, :readable_real?, File
7 end