]> git.arvados.org - arvados.git/blob - sdk/ruby/Rakefile
9307: Bump tests to use v1.0 and make sure that arvados_cwl.add_arv_hints() is called.
[arvados.git] / sdk / ruby / Rakefile
1 require 'rake/testtask'
2
3 Rake::TestTask.new do |t|
4   t.libs << 'test'
5 end
6
7 desc 'Run tests'
8 task default: :test