Sha256: 8521ae6c551e0af4b10939a5d2f03b047b5317abda369213cde7ea521d923834
Contents?: true
Size: 710 Bytes
Versions: 6
Compression:
Stored size: 710 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
6 entries across 6 versions & 1 rubygems