Skip to content

Commit

Permalink
Remove some references to library
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed May 28, 2011
1 parent 8e6fd6f commit a189c8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_gem_installer.rb
Expand Up @@ -302,7 +302,7 @@ def test_generate_bin_script_no_shebang
wrapper = File.read installed_exec wrapper = File.read installed_exec
assert_match %r|generated by #{Gem::NAME}|, wrapper assert_match %r|generated by #{Gem::NAME}|, wrapper
# HACK some gems don't have #! in their executables, restore 2008/06 # HACK some gems don't have #! in their executables, restore 2008/06
#assert_no_match %r|generated by SlimGems|, wrapper #assert_no_match %r|generated by #{Gem::NAME}|, wrapper
end end


def test_generate_bin_script_wrappers def test_generate_bin_script_wrappers
Expand Down
1 change: 0 additions & 1 deletion util/gem_prelude.rb
Expand Up @@ -109,7 +109,6 @@ def self.user_home


## ##
# Methods before this line will be removed when QuickLoader is replaced # Methods before this line will be removed when QuickLoader is replaced
# with the real SlimGems


GEM_PRELUDE_METHODS = Gem.methods(false) GEM_PRELUDE_METHODS = Gem.methods(false)


Expand Down

0 comments on commit a189c8d

Please sign in to comment.