File: ruby-tests.rake

package info (click to toggle)
ruby-colorator 0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 96 kB
  • ctags: 3
  • sloc: ruby: 46; 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)