aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/executable_spec.rb
blob: 422975d14b951962589a3d6a9af490a0b079f2d6 (plain)
1
2
3
4
5
6
7
require_relative '../../../spec_helper'
require_relative '../../../shared/file/executable'
require_relative 'fixtures/classes'

describe "File::Stat#executable?" do
  it_behaves_like :file_executable, :executable?, FileStat
end