File: Rakefile

package info (click to toggle)
ruby-minispec-metadata 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ruby: 464; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
require "bundler/gem_tasks"
require 'rake/testtask'

task :default => [:test]

Rake::TestTask.new :test do |t|
  t.pattern = 'spec/**/*.spec.rb'
end