aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/grpowned_spec.rb
blob: e7278e229ba5786035cceee6af625097fe679fd2 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative '../../../shared/file/grpowned'
require_relative 'fixtures/classes'

describe "File::Stat#grpowned?" do
  it_behaves_like :file_grpowned, :grpowned?, FileStat
end