File: ruby-tests.rake

package info (click to toggle)
ruby-ast 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: ruby: 423; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'rspec/core'
require 'rspec/core/rake_task'

task :default => :spec

desc "Run test suite"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
end