summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/identical_spec.rb
blob: bbeaef24d29bc91a0a864c735858eee7b791f6c4 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative '../../shared/file/identical'

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