diff options
author | danielsdeleo <dan@chef.io> | 2016-10-31 09:35:11 -0700 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2016-11-02 08:06:38 -0700 |
commit | ee4a4c2a80511fcfa36e3de3b3b1cffa0c689f77 (patch) | |
tree | 403c8bade82a84a987f1e66277d08d68d669fd13 | |
parent | 3ca1eb9726f73bb6be8fca41cb7de7134529000f (diff) | |
download | chef-ee4a4c2a80511fcfa36e3de3b3b1cffa0c689f77.tar.gz |
Remove stale TODO comments
Signed-off-by: Daniel DeLeo <dan@chef.io>
-rw-r--r-- | spec/unit/data_collector_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/data_collector_spec.rb b/spec/unit/data_collector_spec.rb index b28c953e13..467359a874 100644 --- a/spec/unit/data_collector_spec.rb +++ b/spec/unit/data_collector_spec.rb @@ -24,13 +24,6 @@ require "chef/resource_builder" describe Chef::DataCollector do - # TODO: - # * auto-configure a URL that is relative to Chef Server URL, - # like https://chef.example/organizations/:orgname/data_collector - # * Use an HTTP client that does signed header auth if no token is configured - # * register_reporter should be `true` for the auto-configure case - # * when talking to a server without automate/data collector, disabling the collector should not be noisy - describe ".register_reporter?" do context "when no data collector URL is configured" do it "returns false" do |