File: ruby-tests.rake

package info (click to toggle)
ruby-httparty 0.16.2%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 840 kB
  • sloc: ruby: 5,567; xml: 425; sh: 35; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
7
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
#  spec.spec_opts = ['--options', 'spec/spec.opts']
end

task :default => :spec