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

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