summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser/loaded_code.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/parser/loaded_code.rb')
-rw-r--r--spec/unit/parser/loaded_code.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser/loaded_code.rb b/spec/unit/parser/loaded_code.rb
index a280f9827..ca4b0aaca 100644
--- a/spec/unit/parser/loaded_code.rb
+++ b/spec/unit/parser/loaded_code.rb
@@ -159,7 +159,7 @@ describe Puppet::Parser::LoadedCode do
@loader.node(nameout) == "bar"
end
- it "should return the first matching rgex nodename" do
+ it "should return the first matching regex nodename" do
@nodename1.stubs(:regex?).returns(true)
@nodename1.stubs(:match).returns(true)
@nodename2.stubs(:regex?).returns(true)