Sha256: ef48bff488c572961f081bb6315d565f4cc4827688f2ec3ca8466968de8dd4b7

Contents?: true

Size: 711 Bytes

Versions: 22

Compression:

Stored size: 711 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require 'rspec'
require 'multi_solr'
#require "ap"

require "solr_testdata_provider"
require "solr_test_helper"


RSpec.configure do |config|

  config.mock_with :rspec


  # If you're not using ActiveRecord, or you'd prefer not to run each of your
  # examples within a transaction, remove the following line or assign false
  # instead of true.
  #config.use_transactional_fixtures = true
  #config.include(RSpec::Mocks::Methods)

  config.after(:suite) do
    # Stoppen der Solr-Test-Instance (falls diese gestartet war)
    SolrTestdataProvider.stop_test_solr_instance
  end
  include SolrTestHelper
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
multi-solr-01.12.00 spec/spec_helper.rb
multi-solr-01.11.01 spec/spec_helper.rb
multi-solr-01.11.00 spec/spec_helper.rb
multi-solr-01.10.00 spec/spec_helper.rb
multi-solr-01.09.05 spec/spec_helper.rb
multi-solr-01.09.04 spec/spec_helper.rb
multi-solr-01.09.03 spec/spec_helper.rb
multi-solr-01.09.02 spec/spec_helper.rb
multi-solr-01.09.01 spec/spec_helper.rb
multi-solr-01.09.00 spec/spec_helper.rb
multi-solr-01.08.01 spec/spec_helper.rb
multi-solr-01.08.00 spec/spec_helper.rb
multi-solr-01.07.07 spec/spec_helper.rb
multi-solr-01.07.06 spec/spec_helper.rb
multi-solr-01.07.05 spec/spec_helper.rb
multi-solr-01.07.04 spec/spec_helper.rb
multi-solr-01.07.03 spec/spec_helper.rb
multi-solr-01.07.02 spec/spec_helper.rb
multi-solr-01.07.01 spec/spec_helper.rb
multi-solr-01.07.00 spec/spec_helper.rb