summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/executable_real_spec.rb
blob: 37511e6c88299750b3d9e07efbe8bab1230f5980 (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 "FileTest.executable_real?" do
  it_behaves_like :file_executable_real, :executable_real?, FileTest
  it_behaves_like :file_executable_real_missing, :executable_real?, FileTest
end