summaryrefslogtreecommitdiff
path: root/spec/ruby/core/filetest/executable_spec.rb
blob: 03056669f63bd0a19074a60110db9c6f76ee76ff (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative '../../shared/file/executable'

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