Skip to content

Commit 8e092ed

Browse files
committed
fixed loading rake tasks
1 parent 2327902 commit 8e092ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Setup
33
#
44

5-
load 'tasks/redis.rake'
5+
load 'lib/tasks/redis.rake'
66

77
$LOAD_PATH.unshift 'lib'
88
require 'resque/tasks'
@@ -31,7 +31,7 @@ else
3131
Rake::TestTask.new do |test|
3232
test.libs << "test"
3333
test.test_files = FileList['test/**/*_test.rb']
34-
end
34+
end
3535
end
3636

3737
if command? :kicker

0 commit comments

Comments
 (0)