File: ruby-tests.rake

package info (click to toggle)
ruby-puppetfile-resolver 0.6.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: ruby: 2,862; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download
1
2
3
4
5
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/unit/*_spec.rb'
end