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

describe "File.read" do
  it_behaves_like :file_read_directory, :read, File
end