Sha256: a51a478ff071060198f25535deeee87c8575d1c067ebf8d224651ed9ef4d8adb

Contents?: true

Size: 407 Bytes

Versions: 20

Compression:

Stored size: 407 Bytes

Contents

require 'rubygems'
require 'bundler'

Bundler.require :default, :development

require 'thinking_sphinx/railtie'

Combustion.initialize! :active_record

root = File.expand_path File.dirname(__FILE__)
Dir["#{root}/support/**/*.rb"].each { |file| require file }

RSpec.configure do |config|
  # enable filtering for examples
  config.filter_run :wip => nil
  config.run_all_when_everything_filtered = true
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
ts-sidekiq-delta-0.4.0 spec/spec_helper.rb
ts-sidekiq-delta-0.3.0 spec/spec_helper.rb
ts-delayed-delta-2.1.0 spec/spec_helper.rb
thinking-sphinx-3.1.2 spec/spec_helper.rb
thinking-sphinx-3.1.1 spec/spec_helper.rb
ts-delayed-delta-2.0.2 spec/spec_helper.rb
ts-delayed-delta-2.0.1 spec/spec_helper.rb
ts-sidekiq-delta-0.2.0 spec/spec_helper.rb
thinking-sphinx-3.1.0 spec/spec_helper.rb
ts-sidekiq-delta-0.1.0 spec/spec_helper.rb
thinking-sphinx-3.0.6 spec/spec_helper.rb
thinking-sphinx-3.0.5 spec/spec_helper.rb
thinking-sphinx-3.0.4 spec/spec_helper.rb
ts-delayed-delta-2.0.0 spec/spec_helper.rb
thinking-sphinx-3.0.3 spec/spec_helper.rb
thinking-sphinx-3.0.2 spec/spec_helper.rb
thinking-sphinx-3.0.1 spec/spec_helper.rb
thinking-sphinx-3.0.0 spec/spec_helper.rb
thinking-sphinx-3.0.0.rc spec/spec_helper.rb
thinking-sphinx-3.0.0.pre spec/spec_helper.rb