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/rails/param_value_spec.rb | |
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/rails/param_value_spec.rb')
-rwxr-xr-x | spec/unit/rails/param_value_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/rails/param_value_spec.rb b/spec/unit/rails/param_value_spec.rb index d6dc7d57b..243456e89 100755 --- a/spec/unit/rails/param_value_spec.rb +++ b/spec/unit/rails/param_value_spec.rb @@ -1,6 +1,7 @@ #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../spec_helper' +require 'puppet/rails' describe "Puppet::Rails::ParamValue" do confine "Cannot test without ActiveRecord" => Puppet.features.rails? |