summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/fnmatch_spec.rb
blob: a2287ffcdbccb067b23b816213b6ef38c9063088 (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