summaryrefslogtreecommitdiff
path: root/spec/functional/dsl
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-12-07 12:03:26 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:11 -0800
commit091342ef7a6b47cb34d732720de825e07ce4283a (patch)
tree4ab283467f4793cc0b0c80f5a97fe00fafa5615f /spec/functional/dsl
parent64ae09cf197009fe6e08b6a831d29d9cd0183321 (diff)
downloadchef-091342ef7a6b47cb34d732720de825e07ce4283a.tar.gz
Describing the resource we actually test.
Diffstat (limited to 'spec/functional/dsl')
-rw-r--r--spec/functional/dsl/registry_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/dsl/registry_helper_spec.rb b/spec/functional/dsl/registry_helper_spec.rb
index a8aa454428..84e2b3fcb1 100644
--- a/spec/functional/dsl/registry_helper_spec.rb
+++ b/spec/functional/dsl/registry_helper_spec.rb
@@ -38,7 +38,7 @@ describe Chef::Resource::RegistryKey, :unix_only do
end
end
-describe Chef::Resource::File, :windows_only do
+describe Chef::Resource::RegistryKey, :windows_only do
let(:file_base) { "file_spec" }
let(:expected_content) { "Don't fear the ruby." }