File: ruby-tests.rake

package info (click to toggle)
ruby-paint 0.8.6-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 204 kB
  • ctags: 31
  • sloc: ruby: 546; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

task :default => :spec

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