File: ruby-tests.rake

package info (click to toggle)
ruby-colorator 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: ruby: 163; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
require 'rspec/core/rake_task'
task :default => :spec
RSpec::Core::RakeTask.new(:spec)