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

describe "File.zero?" do
  it_behaves_like :file_zero, :zero?, File
  it_behaves_like :file_zero_missing, :zero?, File
end