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
thinking-sphinx-1.3.15 features/support/env.rb
hawkerb-thinking-sphinx-1.3.16 features/support/env.rb
hawkerb-thinking-sphinx-1.3.15 features/support/env.rb
hawkerb-thinking-sphinx-1.3.14 features/support/env.rb
zipme-thinking-sphinx-1.3.14 features/support/env.rb
thinking-sphinx-1.3.14 features/support/env.rb
warp-thinking-sphinx-1.3.13 features/support/env.rb
thinking-sphinx-1.3.13 features/support/env.rb
thinking-sphinx-1.3.12 features/support/env.rb
thinking-sphinx-1.3.11 features/support/env.rb
warp-thinking-sphinx-1.3.11 features/support/env.rb
warp-thinking-sphinx-1.3.10 features/support/env.rb
thinking-sphinx-1.3.10 features/support/env.rb
thinking-sphinx-1.3.9 features/support/env.rb
ts-xml-0.0.1 features/support/env.rb
thinking-sphinx-1.3.8 features/support/env.rb