summaryrefslogtreecommitdiff
path: root/spec/ruby/core/file/fnmatch_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/file/fnmatch_spec.rb')
-rw-r--r--spec/ruby/core/file/fnmatch_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/core/file/fnmatch_spec.rb b/spec/ruby/core/file/fnmatch_spec.rb
index 8a4caacfb8..a2287ffcdb 100644
--- a/spec/ruby/core/file/fnmatch_spec.rb
+++ b/spec/ruby/core/file/fnmatch_spec.rb
@@ -2,9 +2,9 @@ require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/fnmatch', __FILE__)
describe "File.fnmatch" do
- it_behaves_like(:file_fnmatch, :fnmatch)
+ it_behaves_like :file_fnmatch, :fnmatch
end
describe "File.fnmatch?" do
- it_behaves_like(:file_fnmatch, :fnmatch?)
+ it_behaves_like :file_fnmatch, :fnmatch?
end