summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/empty_spec.rb
blob: 2c7fbe0dcd48f9bf76e89af3c2ebe62322a60bc3 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative '../../shared/file/zero'

describe "FileTest.empty?" do
  it_behaves_like :file_zero, :empty?, FileTest
  it_behaves_like :file_zero_missing, :empty?, FileTest
end