Sha256: c45975f179db4d3cc1ff55ed626e713bd7fc2a89486188d5702802d146626143

Contents?: true

Size: 227 Bytes

Versions: 35

Compression:

Stored size: 227 Bytes

Contents

begin
  require 'rspec'
rescue LoadError => e
  require 'spec'
end

require 'sunspot_solr'

rspec =
  begin
    RSpec
  rescue NameError, ArgumentError
    Spec::Runner
  end

rspec.configure do |config|
  # Maybe later...
end

Version data entries

35 entries across 35 versions & 10 rubygems

Version Path
qiny_sunspot_solr-2.1.0 spec/spec_helper.rb
sunspot_solr-2.2.5 spec/spec_helper.rb
sunspot_solr-2.2.4 spec/spec_helper.rb
sunspot_solr-2.2.3 spec/spec_helper.rb
sunspot_solr-2.2.2 spec/spec_helper.rb
sunspot_solr-2.2.1 spec/spec_helper.rb
sunspot_solr-2.2.0 spec/spec_helper.rb
sunspot_solr-2.1.1 spec/spec_helper.rb
sunspot_solr-2.1.0 spec/spec_helper.rb
sunspot_solr-2.0.0 spec/spec_helper.rb
sunspot_solr-2.0.0.pre.130115 spec/spec_helper.rb
gojee-sunspot-solr-2.0.5 spec/spec_helper.rb
sunspot_solr-2.0.0.pre.120925 spec/spec_helper.rb
sunspot_solr-2.0.0.pre.120924 sunspot_solr/spec/spec_helper.rb
sunspot_rails-2.0.0.pre.120924 sunspot_solr/spec/spec_helper.rb
sunspot-2.0.0.pre.120924 sunspot_solr/spec/spec_helper.rb
gojee-sunspot-solr-2.0.4 spec/spec_helper.rb
gojee-sunspot-solr-2.0.2 spec/spec_helper.rb
sunspot_solr-2.0.0.pre.120720 spec/spec_helper.rb
culturecode-sunspot_solr-2.0.0.pre spec/spec_helper.rb