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

describe "File::Stat#writable?" do
  it_behaves_like :file_writable, :writable?, FileStat
end