summaryrefslogtreecommitdiff
path: root/spec/ruby/core/dir/to_path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/dir/to_path_spec.rb')
-rw-r--r--spec/ruby/core/dir/to_path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/dir/to_path_spec.rb b/spec/ruby/core/dir/to_path_spec.rb
index 85609fbfff..a17d2bcb07 100644
--- a/spec/ruby/core/dir/to_path_spec.rb
+++ b/spec/ruby/core/dir/to_path_spec.rb
@@ -11,5 +11,5 @@ describe "Dir#to_path" do
DirSpecs.delete_mock_dirs
end
- it_behaves_like(:dir_path, :to_path)
+ it_behaves_like :dir_path, :to_path
end