Update puppetlabs/stdlib module
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / functions / glob_spec.rb
old mode 100755 (executable)
new mode 100644 (file)
index 06439da..209aca6
@@ -2,7 +2,7 @@ require 'spec_helper'
 
 describe 'glob' do
   it { is_expected.not_to eq(nil) }
-  it { is_expected.to run.with_params().and_raise_error(Puppet::ParseError) }
+  it { is_expected.to run.with_params.and_raise_error(Puppet::ParseError) }
   it { is_expected.to run.with_params(1).and_raise_error(Puppet::ParseError) }
   it { is_expected.to run.with_params('').and_return([]) }
   it { is_expected.to run.with_params(['']).and_return([]) }