File: ruby-tests.rake

package info (click to toggle)
ruby-default-value-for 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: ruby: 534; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/55442
task :default => :test

desc "Run unit tests."
task :test do
  ruby "test.rb"
end