Skip to content

Commit

Permalink
Default rake task is now set to test
Browse files Browse the repository at this point in the history
  • Loading branch information
spinningtopsofdoom committed Jan 18, 2017
1 parent fcefcad commit 7ff2296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
require "bundler/gem_tasks"
require "rake/extensiontask"
require 'rake/testtask'
task :default => :spec
task :default => :test
Rake::ExtensionTask.new 'ruby_hdr_histogram'


Expand Down

0 comments on commit 7ff2296

Please sign in to comment.