summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-07-04 16:06:02 -0500
committerLuke Kanies <luke@madstop.com>2008-07-04 16:06:02 -0500
commit61ec332144ad794fae80a16feac543afc014a5f9 (patch)
treeb62369f37d3d0878ff77e2250907636b060ceb03 /spec
parent2863df288150da87a58ce4d938bbcf9a5d841f43 (diff)
downloadpuppet-61ec332144ad794fae80a16feac543afc014a5f9.tar.gz
puppet-61ec332144ad794fae80a16feac543afc014a5f9.tar.xz
puppet-61ec332144ad794fae80a16feac543afc014a5f9.zip
Removing the Transaction::Change#transaction accessor.
As with Events, this was never used (beyond being assigned), so I've gotten rid of it. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'spec')
-rwxr-xr-xspec/unit/transaction/change.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/unit/transaction/change.rb b/spec/unit/transaction/change.rb
index 6da87d85b..3312b12e8 100755
--- a/spec/unit/transaction/change.rb
+++ b/spec/unit/transaction/change.rb
@@ -82,11 +82,6 @@ describe Puppet::Transaction::Change do
end
describe "and executing" do
- before do
- @transaction = mock 'transaction'
- @change.stubs(:transaction).returns @transaction
- end
-
describe "in noop mode" do
before { @change.stubs(:noop?).returns true }