mirror of
https://github.com/hendrikschneider/jekyll-analytics
synced 2024-11-15 00:27:23 +00:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
|
task :run_unit_test do
|
||
|
require_relative "test/test_all.rb"
|
||
|
end
|
||
|
|
||
|
task :default => 'run_unit_test'
|