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