Sha256: ac6e066ba41cae35da81fe68a7a56939fc503c474c8da8c3db2015e251f74377

Contents?: true

Size: 308 Bytes

Versions: 5

Compression:

Stored size: 308 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'simple_solr'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  # some (optional) config here
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_solr-0.7.0 spec/spec_helper.rb
simple_solr-0.6.0 spec/spec_helper.rb
simple_solr-0.5.0 spec/spec_helper.rb
simple_solr-0.4.1 spec/spec_helper.rb
simple_solr-0.4.0 spec/spec_helper.rb