Sha256: 58b1d4049a7d378402dd77848c132f9189f52011ee22d64aefafec36061d9d61
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
require 'rubygems' require 'cucumber' require 'spec' require 'fileutils' require 'ginger' require 'will_paginate' require 'active_record' $:.unshift File.dirname(__FILE__) + '/../../lib' require 'cucumber/thinking_sphinx/internal_world' world = Cucumber::ThinkingSphinx::InternalWorld.new world.configure_database SphinxVersion = ENV['VERSION'] || '0.9.8' require "thinking_sphinx/#{SphinxVersion}" world.setup
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thinking-sphinx-1.3.4 | features/support/env.rb |
thinking-sphinx-1.3.3 | features/support/env.rb |