summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Bruner <kmbruner@gmail.com>2016-04-21 10:23:25 -0700
committerKaren Bruner <kmbruner@gmail.com>2016-04-21 10:23:25 -0700
commitec17b1fd78d61723fe64dfd03a985bcb9f2935af (patch)
treea81171535d4f68c225b6a5c5fc57a5a203a94524
parent7a8fbdc0cf0b54acfec85090462b9a43812c2871 (diff)
downloadchef-ec17b1fd78d61723fe64dfd03a985bcb9f2935af.tar.gz
fix existing bitmap unit test in mdadm resource
-rw-r--r--spec/unit/resource/mdadm_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/resource/mdadm_spec.rb b/spec/unit/resource/mdadm_spec.rb
index 6b75c4f972..fe9acf807b 100644
--- a/spec/unit/resource/mdadm_spec.rb
+++ b/spec/unit/resource/mdadm_spec.rb
@@ -65,8 +65,8 @@ describe Chef::Resource::Mdadm do
end
it "should allow you to set the bitmap attribute" do
- @resource.metadata "internal"
- expect(@resource.metadata).to eql("internal")
+ @resource.bitmap "internal"
+ expect(@resource.bitmap).to eql("internal")
end
it "should allow you to set the layout attribute" do