File: ruby-tests.rake

package info (click to toggle)
ruby-rack-protection 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 216 kB
  • ctags: 99
  • sloc: ruby: 1,021; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (4)
1
2
3
4
# -*- mode: ruby; coding: utf-8 -*-
require 'rspec/core/rake_task'
task :default => [:spec]
RSpec::Core::RakeTask.new