summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-09-05 09:11:45 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-09-05 09:11:45 +1000
commit1f6c74dbdfe8e0d27f74dd08c474747d24fafb61 (patch)
tree8abe53650fc98869c93112b9f1ee9a0364cbc429 /spec
parent2e9b706898225f319ab90123d24efc215173d25f (diff)
downloadpuppet-1f6c74dbdfe8e0d27f74dd08c474747d24fafb61.tar.gz
puppet-1f6c74dbdfe8e0d27f74dd08c474747d24fafb61.tar.xz
puppet-1f6c74dbdfe8e0d27f74dd08c474747d24fafb61.zip
Fixed typo in parser test
Diffstat (limited to 'spec')
-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)