summaryrefslogtreecommitdiff
path: root/spec/unit/compliance/waiver_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/compliance/waiver_spec.rb')
-rw-r--r--spec/unit/compliance/waiver_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/compliance/waiver_spec.rb b/spec/unit/compliance/waiver_spec.rb
index b079f7e231..bbd2365fe1 100644
--- a/spec/unit/compliance/waiver_spec.rb
+++ b/spec/unit/compliance/waiver_spec.rb
@@ -64,8 +64,8 @@ describe Chef::Compliance::Waiver do
expect(waiver.enabled?).to eql(false)
end
- it "has a #for_inspec method that renders the path" do
- expect(waiver.for_inspec).to eql(path)
+ it "has a #for_inspec method that renders the data" do
+ expect(waiver.for_inspec).to eql(data)
end
it "doesn't render the events in the inspect output" do