File: ruby-tests.rake

package info (click to toggle)
roodi 5.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 424 kB
  • sloc: ruby: 1,922; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new('spec') do |t|
  t.pattern = FileList['spec/**/*spec.rb']
end

task :default => :spec