summaryrefslogtreecommitdiff
path: root/spec/ruby/library/rubygems/gem/load_path_insert_index_spec.rb
blob: 9b37eaa43cdf9a73bf93daa6df5f65b25b4cb7af (plain)
1
2
3
4
5
6
7
8
9
10
require_relative '../../../spec_helper'
require 'rubygems'

describe "Gem.load_path_insert_index" do
  guard -> { RbConfig::TOPDIR } do
    it "is set for an installed Ruby" do
      Gem.load_path_insert_index.should be_kind_of Integer
    end
  end
end