summaryrefslogtreecommitdiffstats
path: root/spec/unit/application
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-11-15 19:41:43 +1100
committerMarkus Roberts <Markus@reality.com>2010-11-16 10:54:22 -0800
commitc8b6fb5bed057bf25a25c9e1b3f55bedf64ba775 (patch)
treeb21dda185beaef1779cf579d9d48c6dd2d5a2067 /spec/unit/application
parentd221c05e08627b9dffede6c56e210edca3b04c03 (diff)
Fixed #5296 - test warnings messages
Diffstat (limited to 'spec/unit/application')
-rwxr-xr-xspec/unit/application/apply_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/apply_spec.rb b/spec/unit/application/apply_spec.rb
index 85098f490..877c47bcc 100755
--- a/spec/unit/application/apply_spec.rb
+++ b/spec/unit/application/apply_spec.rb
@@ -312,7 +312,7 @@ describe Puppet::Application::Apply do
end
it "should apply the catalog" do
- @catalog.expects(:apply).returns(stub_everything 'transaction')
+ @catalog.expects(:apply).returns(stub_everything('transaction'))
@apply.main
end