Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
Merge branch 'fix/1.x/fix_mock_failure' into 1.x
Browse files Browse the repository at this point in the history
* fix/1.x/fix_mock_failure:
  (Maint) Fix missing spec_helper lines in some tests
  • Loading branch information
Jeff McCune committed Jul 19, 2012
2 parents 88c5f9a + 7ac4a54 commit 743f531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/unit/puppet/parser/functions/hiera_array_spec.rb
@@ -1,3 +1,5 @@
require 'spec_helper'

describe 'Puppet::Parser::Functions#hiera_array' do
let(:scope) { PuppetlabsSpec::PuppetSeams.parser_scope }

Expand Down
2 changes: 2 additions & 0 deletions spec/unit/puppet/parser/functions/hiera_hash_spec.rb
@@ -1,3 +1,5 @@
require 'spec_helper'

describe 'Puppet::Parser::Functions#hiera_hash' do
let(:scope) { PuppetlabsSpec::PuppetSeams.parser_scope }

Expand Down
2 changes: 2 additions & 0 deletions spec/unit/puppet/parser/functions/hiera_include_spec.rb
@@ -1,3 +1,5 @@
require 'spec_helper'

describe 'Puppet::Parser::Functions#hiera_include' do
let(:scope) { PuppetlabsSpec::PuppetSeams.parser_scope }

Expand Down

0 comments on commit 743f531

Please sign in to comment.