Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary -I option
Browse files Browse the repository at this point in the history
This is leftover code that should've been removed on a previous PR.
  • Loading branch information
deivid-rodriguez committed Dec 10, 2019
1 parent 7497037 commit aa4488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/path.rb
Expand Up @@ -22,7 +22,7 @@ def bindir
end

def gem_bin
@gem_bin ||= ruby_core? ? ENV["GEM_COMMAND"] : "#{Gem.ruby} -I#{spec_dir}/rubygems -S gem --backtrace"
@gem_bin ||= ruby_core? ? ENV["GEM_COMMAND"] : "#{Gem.ruby} -S gem --backtrace"
end

def spec_dir
Expand Down

0 comments on commit aa4488a

Please sign in to comment.