aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/identical_spec.rb
blob: 303337b62df54fd2a668a4fa1b7718d808402975 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/identical', __FILE__)

describe "File.identical?" do
  it_behaves_like :file_identical, :identical?, File
end