From 6936def023edcdd3c10be99ecb955778f537f42b Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Thu, 13 Jun 2013 05:27:29 +0200 Subject: cleanup rake_helpers, samples --- rake_tasks/statistic.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rake_tasks/statistic.rake') diff --git a/rake_tasks/statistic.rake b/rake_tasks/statistic.rake index 99de378..d30e9b1 100644 --- a/rake_tasks/statistic.rake +++ b/rake_tasks/statistic.rake @@ -1,6 +1,6 @@ desc 'Report code statistics (LOC) from the application' task :stats do - require 'rake_helpers/code_statistics' + require './rake_tasks/code_statistics' CodeStatistics.new( ['Main', 'lib', /coderay.rb$/], ['CodeRay', 'lib/coderay/'], -- cgit v1.2.1