summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/application_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application_spec.rb b/spec/unit/application_spec.rb
index b56aa20b0..fd93ceb00 100755
--- a/spec/unit/application_spec.rb
+++ b/spec/unit/application_spec.rb
@@ -32,7 +32,7 @@ describe Puppet::Application do
it "should exit if it can't find a class" do
reg = "Unable to find application 'ThisShallNeverEverEverExist'. "
- reg += "no such file to load -- puppet/application/ThisShallNeverEverEverExist"
+ reg += "no such file to load -- puppet/application/thisshallneverevereverexist"
@klass.expects(:puts).with(reg)
expect { @klass.find("ThisShallNeverEverEverExist") }.to exit_with 1