learnxinyminutes-docs/Rakefile

6 lines
66 B
Ruby

task default: %w[test]
task :test do
ruby "tests/yaml.rb"
end