File: ruby-tests.rake

package info (click to toggle)
ruby-bootstrap-sass 3.3.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,312 kB
  • ctags: 388
  • sloc: ruby: 1,181; sh: 17; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
require 'rake/testtask'
Rake::TestTask.new do |t|
  t.libs << "test"
  t.test_files = FileList['test/*_test.rb']
  t.verbose = true
end

#task default: :test
task :default do
  puts "Skipping tests for now"
end