aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:08:13 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:08:13 +0200
commitea4fd867017083119a41f3a35a4b8ed6ad9fdbdc (patch)
treeceaab5f2569538a85d2303be291d80f704b61e50 /Rakefile
parent49e0718b41881715f03b139468a28a9aadff3c3e (diff)
downloadpuppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.gz
puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.bz2
Prepare for rspec tests
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..4d31fec
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,5 @@
+require 'puppet-lint/tasks/puppet-lint'
+require 'puppetlabs_spec_helper/rake_tasks'
+
+task :default => [:spec, :lint]
+