Skip to content

Commit

Permalink
Rake #2
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 30, 2017
1 parent 62cdf11 commit d0da3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ end
desc "Runs tests without hoe"
Rake::TestTask.new(:test_no_hoe) do |t|
if RUBY_VERSION < "2.0" # no --disable-gems option
t.ruby_opts = %w[-Ilib:bundler/lib -r./lib/rubygems]
t.ruby_opts = %w[-I"bundler/lib"]
else
t.ruby_opts = %w[--disable-gems]
end
Expand Down

0 comments on commit d0da3df

Please sign in to comment.