mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 00:06:47 +03:00
6 lines
66 B
Ruby
6 lines
66 B
Ruby
|
task default: %w[test]
|
||
|
|
||
|
task :test do
|
||
|
ruby "tests/yaml.rb"
|
||
|
end
|