File: ruby-tests.rake

package info (click to toggle)
ruby-faraday 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,828 kB
  • sloc: ruby: 7,397; sh: 126; javascript: 44; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (3)
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