aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/fnmatch_spec.rb
blob: 8a4caacfb883569d877e03f21cc9f7e6a75f2f98 (plain)
1
2
3
4
5
6
7
8
9
10
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/fnmatch', __FILE__)

describe "File.fnmatch" do
  it_behaves_like(:file_fnmatch, :fnmatch)
end

describe "File.fnmatch?" do
  it_behaves_like(:file_fnmatch, :fnmatch?)
end