Sha256: 696dcf7a17abec13ba6776d497a92e97ff8929846120f605bf350b6b62f39594

Contents?: true

Size: 455 Bytes

Versions: 36

Compression:

Stored size: 455 Bytes

Contents

require 'rubygems'
require 'cucumber'
require 'spec'
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"

world.setup

Version data entries

36 entries across 36 versions & 11 rubygems

Version Path
joshcutler-thinking-sphinx-1.3.18 features/support/env.rb
thorsson_thinking-sphinx-2.0 features/support/env.rb
angelf-thinking-sphinx-1.3.18 features/support/env.rb
thinking-sphinx-1.3.20 features/support/env.rb
thinking-sphinx-1.3.19 features/support/env.rb
skalee-thinking-sphinx-1.3.14.2 features/support/env.rb
skalee-thinking-sphinx-1.3.14.1 features/support/env.rb
thorsson_thinking-sphinx-1.3.18 features/support/env.rb
thinking-sphinx-allen-1.3.18.4 features/support/env.rb
thinking-sphinx-allen-1.3.18.3 features/support/env.rb
thinking-sphinx-allen-1.3.18.2 features/support/env.rb
thinking-sphinx-allen-1.3.18.1 features/support/env.rb
thinking-sphinx-allen-1.3.18 features/support/env.rb
thinking-sphinx-1.3.18 features/support/env.rb
josh_cutler-thinking-sphinx-1.3.17 features/support/env.rb
hawkerb-thinking-sphinx-1.3.18 features/support/env.rb
thinking-sphinx-1.3.17 features/support/env.rb
warp-thinking-sphinx-1.3.16 features/support/env.rb
thinking-sphinx-1.3.16 features/support/env.rb
hawkerb-thinking-sphinx-1.3.17 features/support/env.rb