File: ruby-tests.rake

package info (click to toggle)
ruby-jsonify 0.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 236 kB
  • ctags: 72
  • sloc: ruby: 748; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (62)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => :spec