File: ruby-tests.rake

package info (click to toggle)
tmuxinator 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 540 kB
  • sloc: ruby: 3,766; sh: 19; makefile: 14
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