summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/executable_real_spec.rb
blob: 0cb848b2013a390c92d796e02729c04874828a61 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative '../../shared/file/executable_real'

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