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

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