File: ruby-tests.rake

package info (click to toggle)
hiera 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 256 kB
  • ctags: 111
  • sloc: ruby: 1,864; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

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

task :default => [:test]