File: ruby-tests.rake

package info (click to toggle)
ruby-mathml 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: ruby: 10,090; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (5)
1
2
3
4
5
# -*- mode: ruby; coding: utf-8 -*-
require 'gem2deb/rake/testtask'
require 'rspec/core/rake_task'
task :default => :spec
RSpec::Core::RakeTask.new