File: ruby-tests.rake

package info (click to toggle)
tmuxinator 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 484 kB
  • sloc: ruby: 3,472; sh: 20; makefile: 17
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
ENV['HOME'] = '/tmp'
require 'gem2deb/rake/spectask'
Gem2Deb::Rake::RSpecTask.new do |spec|
  spec.pattern = './spec/**/*_spec.rb'
end