File: ruby-tests.rake

package info (click to toggle)
ruby-ridley 4.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 872 kB
  • ctags: 518
  • sloc: ruby: 6,997; makefile: 5; ansic: 4
file content (8 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
require 'rspec/core/rake_task'

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

task :default => :spec