summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-17 00:52:07 -0400
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:09:04 -0500
commit7cd27caa8b324dde6008cbe4910608d2262c11f8 (patch)
tree684dc53a1c1547102161ca64c9780485403ca8a7 /Rakefile
parentc3c30c9bec279537a755aded4f86cd9f1931618a (diff)
downloadchef-zero-7cd27caa8b324dde6008cbe4910608d2262c11f8.tar.gz
Rename to spec
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f80bca2..b506dfc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,5 +15,5 @@ RDoc::Task.new do |rdoc|
end
task :test do
- sh "ruby test/run-pedant.rb"
+ sh "ruby spec/run.rb"
end