Skip to content

Commit

Permalink
fixed loading rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth committed May 16, 2011
1 parent 2327902 commit 8e092ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -2,7 +2,7 @@
# Setup
#

load 'tasks/redis.rake'
load 'lib/tasks/redis.rake'

$LOAD_PATH.unshift 'lib'
require 'resque/tasks'
Expand Down Expand Up @@ -31,7 +31,7 @@ else
Rake::TestTask.new do |test|
test.libs << "test"
test.test_files = FileList['test/**/*_test.rb']
end
end
end

if command? :kicker
Expand Down

0 comments on commit 8e092ed

Please sign in to comment.