summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/executable_real_spec.rb
blob: 24d682416946c169f77cd5b3753477626e94ccb2 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/executable_real', __FILE__)

describe "File.executable_real?" do
  it_behaves_like :file_executable_real, :executable_real?, File
  it_behaves_like :file_executable_real_missing, :executable_real?, File
end