summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-18 03:31:49 -0700
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-03-18 03:31:49 -0700
commit0aa01df4742ac55385e1eb8a0421e2cd1d7ce14f (patch)
tree37ee4482a666eac29372efe2e788ade2b30d78f6 /Rakefile
parent8df48d003efcf055b27593091fb981c5c193bc6a (diff)
parenta7c41208cc4a6e9b543487bf606b551307fdc05a (diff)
Merge pull request #23 from raphink/dev/reorganize
Refactor the module
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 14f1c24..4d31fec 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,2 +1,5 @@
-require 'rubygems'
+require 'puppet-lint/tasks/puppet-lint'
require 'puppetlabs_spec_helper/rake_tasks'
+
+task :default => [:spec, :lint]
+