aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/dir
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/dir')
-rw-r--r--spec/ruby/core/dir/exist_spec.rb2
-rw-r--r--spec/ruby/core/dir/exists_spec.rb2
-rw-r--r--spec/ruby/core/dir/path_spec.rb2
-rw-r--r--spec/ruby/core/dir/to_path_spec.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/spec/ruby/core/dir/exist_spec.rb b/spec/ruby/core/dir/exist_spec.rb
index 194284b5a0..2eb21fa5e0 100644
--- a/spec/ruby/core/dir/exist_spec.rb
+++ b/spec/ruby/core/dir/exist_spec.rb
@@ -11,5 +11,5 @@ describe "Dir.exist?" do
DirSpecs.delete_mock_dirs
end
- it_behaves_like(:dir_exist, :exist?)
+ it_behaves_like :dir_exist, :exist?
end
diff --git a/spec/ruby/core/dir/exists_spec.rb b/spec/ruby/core/dir/exists_spec.rb
index 002506a22f..9f235f381d 100644
--- a/spec/ruby/core/dir/exists_spec.rb
+++ b/spec/ruby/core/dir/exists_spec.rb
@@ -11,5 +11,5 @@ describe "Dir.exists?" do
DirSpecs.delete_mock_dirs
end
- it_behaves_like(:dir_exist, :exists?)
+ it_behaves_like :dir_exist, :exists?
end
diff --git a/spec/ruby/core/dir/path_spec.rb b/spec/ruby/core/dir/path_spec.rb
index 1601220636..1e620892f8 100644
--- a/spec/ruby/core/dir/path_spec.rb
+++ b/spec/ruby/core/dir/path_spec.rb
@@ -11,5 +11,5 @@ describe "Dir#path" do
DirSpecs.delete_mock_dirs
end
- it_behaves_like(:dir_path, :path)
+ it_behaves_like :dir_path, :path
end
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