File: ruby-tests.rake

package info (click to toggle)
ruby-hiera-puppet 1.0.0~rc1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 132 kB
  • sloc: ruby: 431; 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]