File: ruby-tests.rake

package info (click to toggle)
ruby-grape 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,156 kB
  • sloc: ruby: 25,265; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
# needs rack-jsonp
  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/grape/entity_spec.rb']
end