Skip to content

Commit

Permalink
(#12345) fix spelling typo in hiera_enabled spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Honeycutt committed Feb 1, 2012
1 parent a78cdf2 commit 15c7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/puppet/parser/functions/hiera_enabled_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Puppet::Parser::Functions.stubs(:function).with(:hiera).returns false
@scope.function_hiera_enabled([]).should be_false
end
it "should succeed is hiera is installed and the function, hiera(), is available" do
it "should succeed if hiera is installed and the function, hiera(), is available" do
Puppet.features.stubs(:hiera?).returns true
Puppet::Parser::Functions.stubs(:function).with(:hiera).returns true
@scope.function_hiera_enabled([]).should be_true
Expand Down

0 comments on commit 15c7137

Please sign in to comment.