Sha256: 143e5984b2031c1889765e1d9a877beaa7a1c43582641e7ea6a721d0fb48e48f

Contents?: true

Size: 414 Bytes

Versions: 15

Compression:

Stored size: 414 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 'cucumber/thinking_sphinx/internal_world'

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

require "thinking_sphinx"

world.setup

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
thinking-sphinx-1.4.14 features/support/env.rb
thinking-sphinx-1.4.13 features/support/env.rb
thinking-sphinx-1.4.12 features/support/env.rb
thinking-sphinx-1.4.11 features/support/env.rb
thinking-sphinx-1.4.10 features/support/env.rb
thinking-sphinx-1.4.9 features/support/env.rb
thinking-sphinx-1.4.8 features/support/env.rb
thinking-sphinx-1.4.7 features/support/env.rb
thinking-sphinx-1.4.6 features/support/env.rb
thinking-sphinx-1.4.5 features/support/env.rb
thinking-sphinx-1.4.4 features/support/env.rb
thinking-sphinx-1.4.3 features/support/env.rb
thinking-sphinx-1.4.2 features/support/env.rb
thinking-sphinx-1.4.1 features/support/env.rb
thinking-sphinx-1.4.0 features/support/env.rb