File: ruby-tests.rake

package info (click to toggle)
ruby-faraday 2.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,988 kB
  • sloc: ruby: 6,357; sh: 10; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

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