summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-06-07 09:32:28 -0700
committerSeth Vargo <sethvargo@gmail.com>2013-06-07 09:32:28 -0700
commite201aca7af925a88f2192d3eaf0c994f7029837f (patch)
treeb153b2083ead6d5c5fd844c68e085324a432468b /Rakefile
parent451bd0a12a60d697891d08f22856864bd65bad5b (diff)
downloadchef-zero-e201aca7af925a88f2192d3eaf0c994f7029837f.tar.gz
Downgrade Puma so Chef Zero runs on Windows
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3ce8193..3eeae54 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,5 +4,5 @@ require 'bundler/gem_tasks'
require 'chef_zero/version'
task :spec do
- sh 'ruby spec/run.rb'
+ require File.expand_path('spec/run')
end