Sha256: aa6368edc8c431edf47c31c79c8dcf663ec3c84d55f4d877595e85984dbc1367

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

require 'rubygems'
require 'fileutils'
require 'bundler'

Bundler.require :default, :development

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

require 'active_record'
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

4 entries across 4 versions & 1 rubygems

Version Path
thinking-sphinx-2.0.3 features/support/env.rb
thinking-sphinx-2.0.2 features/support/env.rb
thinking-sphinx-2.0.1 features/support/env.rb
thinking-sphinx-2.0.0 features/support/env.rb