Sha256: 2aa8b1e3878157cc37ad966dee70700746621523a92499adacbb0561ab135809

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

$KCODE = "UTF8" if RUBY_VERSION < "1.9"
$VERBOSE = false
begin
  require File.expand_path('../../.bundle/environment', __FILE__)
rescue LoadError
  # Fall back on doing an unlocked resolve at runtime.
  require "rubygems"
  require "bundler"
  Bundler.setup
end
require "test/unit"
require "mocha"
require "active_support"
require File.expand_path("../../lib/friendly_id", __FILE__)
require File.expand_path("../../lib/friendly_id/test", __FILE__)

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
cmassimo-friendly_id-3.0.4.2 test/test_helper.rb
friendly_id-3.0.4 test/test_helper.rb
friendly_id-3.0.3 test/test_helper.rb
friendly_id-3.0.2 test/test_helper.rb