Sha256: ab064e95e9e0c46f0c00b65fdcdbe58f51e289484ef3c738dd8356c84fcc83a8
Contents?: true
Size: 539 Bytes
Versions: 1
Compression:
Stored size: 539 Bytes
Contents
require 'rubygems' require 'cucumber' require 'spec/expectations' require 'fileutils' require 'active_record' $:.unshift File.dirname(__FILE__) + '/../../lib' require 'cucumber/thinking_sphinx/internal_world' # Time.zone_default = Time.__send__(:get_zone, 'Melbourne') # ActiveRecord::Base.time_zone_aware_attributes = true # ActiveRecord::Base.default_timezone = :utc # world = Cucumber::ThinkingSphinx::InternalWorld.new world.configure_database require "thinking_sphinx" require 'thinking_sphinx/deltas/delayed_delta' world.setup
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ts-delayed-delta-1.1.2 | features/support/env.rb |