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