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

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