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