chef-solr 0.9.18 → 0.10.0.beta.0

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec.opts DELETED
@@ -1 +0,0 @@
1
- -cbfs
data/spec/spec_helper.rb DELETED
@@ -1,14 +0,0 @@
1
- require 'rubygems'
2
- require 'spec'
3
-
4
- $LOAD_PATH.unshift(File.dirname(__FILE__))
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', '..', 'chef', 'lib'))
7
- require 'chef'
8
- require 'chef/solr'
9
- require 'chef/solr/index'
10
- require 'chef/solr/query'
11
-
12
- Spec::Runner.configure do |config|
13
-
14
- end