File: ruby-tests.rake

package info (click to toggle)
ruby-gssapi 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ruby: 770; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => :spec