Skip to content

Commit e16f737

Browse files
committed
Move function tests to correct location
1 parent a35dd9e commit e16f737

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/unit/puppet/parser/functions/check_array_spec.rb renamed to spec/functions/check_array_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
require 'spec_helper'
22

33
describe 'check_devices' do
4-
let(:scope) { PuppetlabsSpec::PuppetInternals.scope }
5-
64
describe 'argument handling' do
75
it 'fails with no arguments' do
86
expect { scope.function_check_devices([]) }.to raise_error(Puppet::ParseError)

0 commit comments

Comments
 (0)