diff options
author | PrajaktaPurohit <prajakta@opscode.com> | 2012-12-07 12:13:02 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2012-12-19 15:56:11 -0800 |
commit | 094ca1fcad4329decb897bf378341955805feae3 (patch) | |
tree | 98523c43e3567539c62c9e55cda3c2b59a2edef3 /spec/functional/dsl | |
parent | 091342ef7a6b47cb34d732720de825e07ce4283a (diff) | |
download | chef-094ca1fcad4329decb897bf378341955805feae3.tar.gz |
Finxing a missing line pushed too soon.
Diffstat (limited to 'spec/functional/dsl')
-rw-r--r-- | spec/functional/dsl/registry_helper_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/dsl/registry_helper_spec.rb b/spec/functional/dsl/registry_helper_spec.rb index 84e2b3fcb1..74a0fa42f3 100644 --- a/spec/functional/dsl/registry_helper_spec.rb +++ b/spec/functional/dsl/registry_helper_spec.rb @@ -39,6 +39,7 @@ describe Chef::Resource::RegistryKey, :unix_only do end describe Chef::Resource::RegistryKey, :windows_only do + include_context Chef::Resource::File let(:file_base) { "file_spec" } let(:expected_content) { "Don't fear the ruby." } |