Sha256: e98b375067bcd4053de62ab782fc48a2667f9af9cb0662d817785f5987db313a

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

require 'rubygems'
require 'cucumber'
require 'rspec'
require 'fileutils'
require 'ginger'
require 'will_paginate'
require 'active_record'

$:.unshift File.dirname(__FILE__) + '/../../lib'
Dir[File.join(File.dirname(__FILE__), '../../vendor/*/lib')].each do |path|
  $:.unshift path
end

require 'cucumber/thinking_sphinx/internal_world'

world = Cucumber::ThinkingSphinx::InternalWorld.new
world.configure_database

require "thinking_sphinx"

ActiveRecord::Base.send(:include, ThinkingSphinx::ActiveRecord)

world.setup

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
thinking-sphinx-2.0.0.rc2 features/support/env.rb
thinking-sphinx-2.0.0.rc1 features/support/env.rb