rspec-puppet/Rakefile

8 lines
124 B
Ruby
Raw Permalink Normal View History

2011-07-18 23:54:17 +00:00
require 'rake'
require 'rspec/core/rake_task'
task :default => :test
task :spec => :test
2011-07-18 23:54:17 +00:00
RSpec::Core::RakeTask.new(:test)