File: ruby-tests.rake

package info (click to toggle)
ruby-gitlab 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,660 kB
  • sloc: ruby: 12,582; makefile: 7; sh: 4
file content (6 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/gitlab/cli_spec.rb','./spec/gitlab/client/**']
end