File: Rakefile

package info (click to toggle)
ruby-instance-storage 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: ruby: 91; sh: 4; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require "bundler/gem_tasks"
require "rake/testtask"

Rake::TestTask.new do |t|
  t.test_files = FileList['test/*_test.rb']
  t.warning = true
  t.verbose = true
end