Skip to content

Commit 928d5c2

Browse files
committed
Move the default task to the top of Rakefile.
1 parent 5872157 commit 928d5c2

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
@@ -16,6 +16,8 @@ require "bundler/gem_tasks"
1616
require "rake/testtask"
1717
require "rdoc/task"
1818

19+
task :default => :test
20+
1921
Rake::TestTask.new(:test) do |t|
2022
t.libs << "test"
2123
t.libs << "lib"
@@ -29,5 +31,3 @@ RDoc::Task.new do |r|
2931
r.options << "--tab-width=2"
3032
r.options << "-t Ruby CFF Library version #{::CFF::VERSION}"
3133
end
32-
33-
task :default => :test

0 commit comments

Comments
 (0)