From 07d0be4684f75e6edc6fbb5d1397dd79b8ca2b6b Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Fri, 2 Jul 2010 22:19:28 -0700 Subject: [#4308] Remove puppettest from specs The less stuff being done in the spec_helper the better for reasoning about what's happening in the tests. puppettest.rb does a lot of things that aren't necessary for the specs, so this patch gets those things out of the spec_helper. Reviewed by: Jesse Wolfe --- spec/unit/parser/lexer_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/unit/parser') diff --git a/spec/unit/parser/lexer_spec.rb b/spec/unit/parser/lexer_spec.rb index 7e51423f4..b27980bf2 100755 --- a/spec/unit/parser/lexer_spec.rb +++ b/spec/unit/parser/lexer_spec.rb @@ -644,7 +644,6 @@ end require 'puppettest/support/utils' describe "Puppet::Parser::Lexer in the old tests when lexing example files" do - extend PuppetTest extend PuppetTest::Support::Utils textfiles do |file| it "should correctly lex #{file}" do -- cgit