We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bb3f6 commit 6aaeb8eCopy full SHA for 6aaeb8e
actionpack/Rakefile
@@ -28,7 +28,7 @@ namespace :test do
28
end
29
30
task :lines do
31
- load File.expand_path("..", __dir__) + "/tools/line_statistics"
+ load File.expand_path("../tools/line_statistics", __dir__)
32
files = FileList["lib/**/*.rb"]
33
CodeTools::LineStatistics.new(files).print_loc
34
actionview/Rakefile
@@ -131,7 +131,7 @@ namespace :assets do
131
132
133
134
- load File.join(File.expand_path("..", __dir__), "/tools/line_statistics")
135
136
137
0 commit comments