Paired-with: Jesse Wolfe <[email protected]>
Signed-off-by: Paul Berry <[email protected]>
---
Local-branch: ticket/next/5743
spec/lib/report_transformer_spec.rb | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/spec/lib/report_transformer_spec.rb
b/spec/lib/report_transformer_spec.rb
index 7d43ffa..4bd67a5 100644
--- a/spec/lib/report_transformer_spec.rb
+++ b/spec/lib/report_transformer_spec.rb
@@ -142,5 +142,10 @@ describe ReportTransformer do
report = ReportTransformer::OneToTwo.apply(@report)
@report["puppet_version"].should == '2.6.x'
end
+
+ it "should set kind to 'apply'" do
+ report = ReportTransformer::OneToTwo.apply(@report)
+ @report['kind'].should == 'apply'
+ end
end
end
--
1.7.2
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.