Skip to content

Commit

Permalink
Move the default task to the top of Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 18, 2018
1 parent 5872157 commit 928d5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ require "bundler/gem_tasks"
require "rake/testtask"
require "rdoc/task"

task :default => :test

Rake::TestTask.new(:test) do |t|
t.libs << "test"
t.libs << "lib"
Expand All @@ -29,5 +31,3 @@ RDoc::Task.new do |r|
r.options << "--tab-width=2"
r.options << "-t Ruby CFF Library version #{::CFF::VERSION}"
end

task :default => :test

0 comments on commit 928d5c2

Please sign in to comment.