diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-11-15 19:41:43 +1100 |
|---|---|---|
| committer | Markus Roberts <Markus@reality.com> | 2010-11-16 10:54:22 -0800 |
| commit | c8b6fb5bed057bf25a25c9e1b3f55bedf64ba775 (patch) | |
| tree | b21dda185beaef1779cf579d9d48c6dd2d5a2067 /spec/unit/application | |
| parent | d221c05e08627b9dffede6c56e210edca3b04c03 (diff) | |
Fixed #5296 - test warnings messages
Diffstat (limited to 'spec/unit/application')
| -rwxr-xr-x | spec/unit/application/apply_spec.rb | 2 |
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 |
