File: Rakefile

package info (click to toggle)
ruby-rabl 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,276 kB
  • sloc: ruby: 6,732; javascript: 102; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
require 'rake/testtask'

Rake::TestTask.new("test:rabl") do |test|
  test.pattern = "test/functional/**/*_test.rb"
  test.verbose = true
end