summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-17 00:44:37 -0400
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:09:04 -0500
commitad17131a084988840e1e4edac67a76296cc06c97 (patch)
tree2eb03e51ddcca8da0590a622198192b250ea54a3 /Rakefile
parent0be5cf2df03a4c3813f2d580575d1a648b7490c3 (diff)
downloadchef-zero-ad17131a084988840e1e4edac67a76296cc06c97.tar.gz
Use chef-pedant as a library
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 902f3f5..f80bca2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,5 +15,5 @@ RDoc::Task.new do |rdoc|
end
task :test do
- sh "cd test && ruby run-pedant.rb"
+ sh "ruby test/run-pedant.rb"
end