diff options
author | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:08:13 +0200 |
---|---|---|
committer | Raphaël Pinson <raphael.pinson@camptocamp.com> | 2013-04-11 12:08:13 +0200 |
commit | ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc (patch) | |
tree | ceaab5f2569538a85d2303be291d80f704b61e50 /Rakefile | |
parent | 49e0718b41881715f03b139468a28a9aadff3c3e (diff) | |
download | puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.gz puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.bz2 |
Prepare for rspec tests
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
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] + |