File: ruby-tests.rake

package info (click to toggle)
ruby-hipchat 1.5.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: ruby: 1,574; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
require 'gem2deb/rake/spectask'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/hipchat_api_v1_spec.rb','./spec/hipchat_api_v2_spec.rb']
end