rus_corpora/Rakefile

6 lines
59 B
Ruby
Raw Normal View History

2016-11-04 08:02:48 +02:00
task default: %w[test]
task :test do
ruby "test.rb"
end