File: ruby-tests.rake

package info (click to toggle)
ruby-nio4r 2.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 608 kB
  • sloc: ansic: 7,611; java: 700; ruby: 364; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (173)
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