File: ruby-tests.rake

package info (click to toggle)
ruby-multimap 1.1.2%2Bgh-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 101
  • sloc: ruby: 1,464; ansic: 21; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (39)
1
2
3
4
5
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec