File: ruby-tests.rake

package info (click to toggle)
ruby-chef-config 16.12.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 308 kB
  • sloc: ruby: 3,077; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/unit/workstation_config_loader_spec.rb']
end