summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2010-12-16 14:50:39 -0800
committerMatt Robinson <matt@puppetlabs.com>2010-12-16 14:50:39 -0800
commitcc1f2b39a65e8b74c8e59a2bf7d8f47a35985ee4 (patch)
tree2be10cd07b1c8c45d63ec38adb7f35927841b864 /spec/unit/parser
parent52ca8c78c270b93ce997217900a3d333ad8154cc (diff)
parentb4035315aaad37df97d4e620b4f972cad201d04f (diff)
downloadpuppet-cc1f2b39a65e8b74c8e59a2bf7d8f47a35985ee4.tar.gz
puppet-cc1f2b39a65e8b74c8e59a2bf7d8f47a35985ee4.tar.xz
puppet-cc1f2b39a65e8b74c8e59a2bf7d8f47a35985ee4.zip
Merge branch '2.6.next' into 2.6.x
* 2.6.next: maint: Fix ActiveRecord confine issue maint: Fix a test that was missing a require maint: Fix tests that don't run on their own
Diffstat (limited to 'spec/unit/parser')
-rwxr-xr-xspec/unit/parser/collector_spec.rb1
-rwxr-xr-xspec/unit/parser/templatewrapper_spec.rb1
2 files changed, 2 insertions, 0 deletions
diff --git a/spec/unit/parser/collector_spec.rb b/spec/unit/parser/collector_spec.rb
index 15808d6ff..908cda63a 100755
--- a/spec/unit/parser/collector_spec.rb
+++ b/spec/unit/parser/collector_spec.rb
@@ -2,6 +2,7 @@
require File.dirname(__FILE__) + '/../../spec_helper'
+require 'puppet/rails'
require 'puppet/parser/collector'
describe Puppet::Parser::Collector, "when initializing" do
diff --git a/spec/unit/parser/templatewrapper_spec.rb b/spec/unit/parser/templatewrapper_spec.rb
index d4d1d1b8e..68d90a1cc 100755
--- a/spec/unit/parser/templatewrapper_spec.rb
+++ b/spec/unit/parser/templatewrapper_spec.rb
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../spec_helper'
+require 'puppet/parser/templatewrapper'
describe Puppet::Parser::TemplateWrapper do
before(:each) do