diff options
author | Matt Gleeson <mgleeson@atlassian.com> | 2013-09-26 10:05:17 -0700 |
---|---|---|
committer | Matt Gleeson <mgleeson@atlassian.com> | 2013-09-26 10:05:17 -0700 |
commit | bfd53dde9524f203c3495efe048005d94b8a065f (patch) | |
tree | 6089a801c66022ecb13662164f54544c8d8abd9b /spec | |
parent | 44a1a6c6188e87a4490d49a67e16bc5712abf70f (diff) | |
download | chef-zero-bfd53dde9524f203c3495efe048005d94b8a065f.tar.gz |
cleanup
Diffstat (limited to 'spec')
-rw-r--r-- | spec/search_spec.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/search_spec.rb b/spec/search_spec.rb index ac81acc..32d56e4 100644 --- a/spec/search_spec.rb +++ b/spec/search_spec.rb @@ -1,8 +1,6 @@ require 'chef_zero/solr/solr_parser' require 'chef_zero/solr/solr_doc' -#p = ChefZero::Solr::SolrParser.new('chef_environment:prod AND roles:redis_history_server AND -redis_slaveof:[a TO z]') - describe ChefZero::Solr::SolrParser do let (:all_docs) do docs = [] |