File: ruby-tests.rake

package info (click to toggle)
ruby-rc4 0.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: ruby: 73; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => ["spec"]