From b8f52adb281cd6a71bedfca285a16f7a0e295aef Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Wed, 5 Feb 2014 14:16:25 -0800 Subject: Use RubyVM to syntax check in-process where possible --- spec/unit/cookbook/syntax_check_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/unit/cookbook/syntax_check_spec.rb') 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) } -- cgit v1.2.1