File: ruby-tests.rake

package info (click to toggle)
rake-compiler 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 324 kB
  • sloc: ruby: 1,497; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# -*- mode: ruby; coding: utf-8 -*-
require "rspec/core/rake_task"
task :default => :spec
RSpec::Core::RakeTask.new(:spec)