summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
blob: 49c90d5e7f8f2ae418d3bc96f728f86810e994f2 (plain)
1
2
3
4
5
task default: %w[test]

task :test do
	  ruby "tests/yaml.rb"
end