File: ruby-tests.rake

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

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.ruby_opts = '-I ./spec/unit'
  spec.exclude_pattern = './spec/unit/lib/itamae/handler/fluentd_spec.rb'
  spec.pattern = './spec/unit/**/*_spec.rb'
end