diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-09 11:24:59 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-02 09:53:41 -0700 |
commit | 1afea6b5761cf10332397b5e3f7a7350356ad3f7 (patch) | |
tree | cd26456776a26bba601c67b37eeffe1a9dcd1501 /spec/unit/resource_spec.rb | |
parent | 6278cb8adb09d51265172638d1f938ba8e346139 (diff) | |
download | chef-1afea6b5761cf10332397b5e3f7a7350356ad3f7.tar.gz |
Clean up match code to get rid of TODO
Diffstat (limited to 'spec/unit/resource_spec.rb')
-rw-r--r-- | spec/unit/resource_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/resource_spec.rb b/spec/unit/resource_spec.rb index 95de09f5ce..1d20fcf604 100644 --- a/spec/unit/resource_spec.rb +++ b/spec/unit/resource_spec.rb @@ -864,7 +864,7 @@ describe Chef::Resource do @node.name("bumblebee") @node.automatic[:platform] = "autobots" @node.automatic[:platform_version] = "6.1" - klz2.provides :dinobot, :on_platforms => ['autobots'] + klz2.provides :dinobot, :platform => ['autobots'] Object.const_set('Grimlock', klz2) klz2.provides :grimlock end |