diff options
| author | Matt Robinson <matt@puppetlabs.com> | 2010-12-16 14:50:39 -0800 |
|---|---|---|
| committer | Matt Robinson <matt@puppetlabs.com> | 2010-12-16 14:50:39 -0800 |
| commit | cc1f2b39a65e8b74c8e59a2bf7d8f47a35985ee4 (patch) | |
| tree | 2be10cd07b1c8c45d63ec38adb7f35927841b864 /spec/unit/parser | |
| parent | 52ca8c78c270b93ce997217900a3d333ad8154cc (diff) | |
| parent | b4035315aaad37df97d4e620b4f972cad201d04f (diff) | |
| download | puppet-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-x | spec/unit/parser/collector_spec.rb | 1 | ||||
| -rwxr-xr-x | spec/unit/parser/templatewrapper_spec.rb | 1 |
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 |
