guard-puppet/Rakefile

10 lines
161 B
Ruby
Raw Permalink Normal View History

2011-07-06 23:29:43 +00:00
include Rake::DSL if defined?(Rake::DSL)
2011-07-01 02:48:18 +00:00
require 'bundler/gem_tasks'
2011-07-06 23:29:43 +00:00
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => 'spec'