Sha256: 27396886695c73efc1eba9ba9d8eab1fefb9d008e28f0f86103450e20d916800
Contents?: true
Size: 415 Bytes
Versions: 5
Compression:
Stored size: 415 Bytes
Contents
require 'rubygems' require 'bundler/setup' require File.expand_path('../../lib/tagalong', __FILE__) require File.expand_path('spec/support/setup_database') require 'sunspot_test/rspec' module SunspotTest class << self def server @server ||= Sunspot::Solr::Server.new end end end SunspotTest.solr_startup_timeout = 60 RSpec.configure do |c| c.before(:each) do clean_database! end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tagalong-0.1.4 | spec/spec_helper.rb |
tagalong-0.1.3 | spec/spec_helper.rb |
tagalong-0.1.2 | spec/spec_helper.rb |
tagalong-0.1.1 | spec/spec_helper.rb |
tagalong-0.1.0 | spec/spec_helper.rb |