File: ruby-tests.rake-disabled

package info (click to toggle)
ruby-grit-ext 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 30
  • sloc: ruby: 149; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (169)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => :spec