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

describe "FileTest.writable?" do
  it_behaves_like :file_writable, :writable?, FileTest
  it_behaves_like :file_writable_missing, :writable?, FileTest
end