Skip to content

Commit 9dcf558

Browse files
committed
Whitespace--
1 parent d53dc5f commit 9dcf558

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Rakefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ require 'bundler/gem_tasks'
1616
#
1717
# Setup
1818
#
19-
2019
$LOAD_PATH.unshift 'lib'
2120
require 'resque/tasks'
2221

@@ -28,17 +27,15 @@ end
2827
#
2928
# Tests
3029
#
31-
3230
require 'rake/testtask'
3331

34-
task :default => :test
35-
3632
Rake::TestTask.new do |test|
3733
test.verbose = true
3834
test.libs << "test"
3935
test.libs << "lib"
4036
test.test_files = FileList['test/**/*_test.rb']
4137
end
38+
task :default => :test
4239

4340
if command? :kicker
4441
desc "Launch Kicker (like autotest)"
@@ -52,13 +49,11 @@ end
5249
#
5350
# Install
5451
#
55-
5652
task :install => [ 'redis:install', 'dtach:install' ]
5753

5854

5955
#
6056
# Documentation
6157
#
62-
6358
require 'yard'
6459
YARD::Rake::YardocTask.new

0 commit comments

Comments
 (0)