aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/filetest/executable_spec.rb
blob: 477e989423d4496d97ed292cd481909f04fc3167 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/file/executable', __FILE__)

describe "FileTest.executable?" do
  it_behaves_like :file_executable, :executable?, FileTest
  it_behaves_like :file_executable_missing, :executable?, FileTest
end