summaryrefslogtreecommitdiff
path: root/spec/unit/cookbook/syntax_check_spec.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2014-02-05 14:16:25 -0800
committerdanielsdeleo <dan@opscode.com>2014-02-06 11:36:03 -0800
commitb8f52adb281cd6a71bedfca285a16f7a0e295aef (patch)
tree0428862db64cedc7727ae795080997af3eaa541b /spec/unit/cookbook/syntax_check_spec.rb
parent96543437ec30d19f2780dc2de1c6520dbe8d3d5d (diff)
downloadchef-b8f52adb281cd6a71bedfca285a16f7a0e295aef.tar.gz
Use RubyVM to syntax check in-process where possible
Diffstat (limited to 'spec/unit/cookbook/syntax_check_spec.rb')
-rw-r--r--spec/unit/cookbook/syntax_check_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/cookbook/syntax_check_spec.rb b/spec/unit/cookbook/syntax_check_spec.rb
index 85d6950a45..40a89c99a4 100644
--- a/spec/unit/cookbook/syntax_check_spec.rb
+++ b/spec/unit/cookbook/syntax_check_spec.rb
@@ -28,7 +28,6 @@ describe Chef::Cookbook::SyntaxCheck do
Chef::Log.logger = Logger.new(StringIO.new)
Chef::Log.level = :warn # suppress "Syntax OK" messages
-
@attr_files = %w{default.rb smokey.rb}.map { |f| File.join(cookbook_path, 'attributes', f) }
@defn_files = %w{client.rb server.rb}.map { |f| File.join(cookbook_path, 'definitions', f)}
@recipes = %w{default.rb gigantor.rb one.rb}.map { |f| File.join(cookbook_path, 'recipes', f) }