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

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