Skip to content
Snippets Groups Projects
Commit 7b8b79a4 authored by azul's avatar azul
Browse files

test: set default rake task to test

parent d60e24da
Branches
No related tags found
No related merge requests found
...@@ -4,3 +4,5 @@ Rake::TestTask.new do |t| ...@@ -4,3 +4,5 @@ Rake::TestTask.new do |t|
t.pattern = "test/**/*_test.rb" t.pattern = "test/**/*_test.rb"
t.libs << 'test' t.libs << 'test'
end end
task :default => [:test]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment