aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/writable_real_spec.rb
blob: e069db507b33331677cfd3be0fc79e51a8f095bf (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../../../shared/file/writable_real', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat#writable_real?" do
  it_behaves_like :file_writable_real, :writable_real?, FileStat
end