File: ruby-tests.rake

package info (click to toggle)
ruby-hashie 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 856 kB
  • sloc: ruby: 7,042; sh: 8; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'gem2deb/rake/spectask'

ENV.delete('CI')

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