Sha256: f8ace601aaddec96614ff616f523195690dd94bacf8965bdb6682df303702b31

Contents?: true

Size: 432 Bytes

Versions: 94

Compression:

Stored size: 432 Bytes

Contents

# this file is automatically required when you run `assert`
# put any test helpers here

# add the root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))

# require pry for debugging (`binding.pry`)
require 'pry'

require 'test/support/factory'

# 1.8.7 backfills

# Array#sample
if !(a = Array.new).respond_to?(:sample) && a.respond_to?(:choice)
  class Array
    alias_method :sample, :choice
  end
end

Version data entries

94 entries across 94 versions & 40 rubygems

Version Path
romo-0.19.4 test/helper.rb
assert-rack-test-1.0.5 test/helper.rb
romo-0.19.3 test/helper.rb
romo-0.19.2 test/helper.rb
thing-0.0.1 test/helper.rb
romo-0.19.1 test/helper.rb
romo-av-0.1.5 test/helper.rb
romo-0.19.0 test/helper.rb
lubbock-0.0.1 test/helper.rb
amanda-0.0.1 test/helper.rb
rachel-0.0.1 test/helper.rb
fist-0.0.1 test/helper.rb
foot-0.0.1 test/helper.rb
hand-0.0.1 test/helper.rb
plano-0.0.1 test/helper.rb
collin-0.0.1 test/helper.rb
dallas-0.0.1 test/helper.rb
hella-redis-0.4.0 test/helper.rb
romo-0.18.2 test/helper.rb
romo-0.18.1 test/helper.rb