File: ruby-tests.rake

package info (click to toggle)
pry 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,688 kB
  • sloc: ruby: 19,488; sh: 23; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
require 'gem2deb/rake/spectask'

ENV['EDITOR'] = '/bin/true'

Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
end