File: ruby-tests.rake

package info (click to toggle)
sugarjar 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: ruby: 2,228; sh: 94; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  # These require a git repo
  # and in general are not very applicable to ensuring
  # the resulting install is functional, so exclude them
  # https://github.com/jaymzh/sugarjar/issues/194
  spec.exclude_pattern = './spec/repoconfig_spec.rb,./spec/commands/feature_spec.rb'
  spec.pattern = './spec/**/*_spec.rb'
end