summaryrefslogtreecommitdiff
path: root/spec/functions/getparam_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functions/getparam_spec.rb')
-rwxr-xr-xspec/functions/getparam_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functions/getparam_spec.rb b/spec/functions/getparam_spec.rb
index bf024af..833c4d4 100755
--- a/spec/functions/getparam_spec.rb
+++ b/spec/functions/getparam_spec.rb
@@ -25,7 +25,7 @@ describe 'getparam' do
end
it "should exist" do
- Puppet::Parser::Functions.function("getparam").should == "function_getparam"
+ expect(Puppet::Parser::Functions.function("getparam")).to eq("function_getparam")
end
describe 'when a resource is not specified' do