diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-05-17 00:52:07 -0400 |
---|---|---|
committer | Seth Vargo <sethvargo@gmail.com> | 2013-05-19 18:09:04 -0500 |
commit | 7cd27caa8b324dde6008cbe4910608d2262c11f8 (patch) | |
tree | 684dc53a1c1547102161ca64c9780485403ca8a7 /Rakefile | |
parent | c3c30c9bec279537a755aded4f86cd9f1931618a (diff) | |
download | chef-zero-7cd27caa8b324dde6008cbe4910608d2262c11f8.tar.gz |
Rename to spec
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |