File: ruby-tests.rake

package info (click to toggle)
ruby-grib 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 124
  • sloc: ruby: 708; ansic: 708; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# -*- mode: ruby; coding: utf-8; -*-
require "rspec/core/rake_task"
task :default => [:spec]

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/*_spec.rb'
end