diff options
author | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 18:32:33 -0500 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2015-12-07 18:32:33 -0500 |
commit | 41660aec9c7e8a43f029b31d6f1ef9374487dac9 (patch) | |
tree | 1755c7e415b1f73d875bd0890e8699a2ca4773ef /Rakefile | |
parent | b1204f4bf04cd3ff52d3c2cf807836e8087d8afb (diff) | |
download | puppet-samba-41660aec9c7e8a43f029b31d6f1ef9374487dac9.tar.gz puppet-samba-41660aec9c7e8a43f029b31d6f1ef9374487dac9.tar.bz2 |
lint!
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,6 +37,6 @@ end desc "Run syntax, lint, and spec tests." task :test => [ :syntax, -# :lint, + :lint, :spec, ] |