summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 10:55:21 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 10:55:21 +0900
commit139544c726529c2b2c09862e5cf04ab80ea81eda (patch)
tree10936df2d842e0421fbefb35c6de2b7584a6cb1a /Rakefile
parent773180db854e9caff9c1abd3d6dc7a2e80a29167 (diff)
downloadpsych-139544c726529c2b2c09862e5cf04ab80ea81eda.tar.gz
Bump up the latest version of CoreAssertions
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ec02f00..55551b8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ end
task :sync_tool do
require 'fileutils'
- FileUtils.cp "../ruby/tool/lib/test/unit/core_assertions.rb", "./test/lib"
+ FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
end