Skip to content

Commit

Permalink
Merge pull request resque#292 from morgoth/fixed-rake-tasks
Browse files Browse the repository at this point in the history
fixed loading rake tasks
  • Loading branch information
defunkt committed May 17, 2011
2 parents 456cd6b + 8e092ed commit 8105c67
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 8105c67

Please sign in to comment.