File: ruby-tests.rake

package info (click to toggle)
ruby-rack-protection 1.5.3-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 336 kB
  • sloc: ruby: 1,084; 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