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

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