File: ruby-tests.rake

package info (click to toggle)
ruby-source-map 3.0.1%2Bgit.20120229.bda06a3f-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 172 kB
  • sloc: ruby: 715; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'gem2deb/rake/spectask'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern = './spec/**/*_spec.rb'
  t.verbose = true
end

task :default => :spec