Skip to content

Commit

Permalink
Remove unnecessary -rubygems option
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenny committed May 1, 2024
1 parent c3c9da8 commit e91be08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
t.pattern = 'test/unit/**/*_test.rb'
t.ruby_opts << '-rubygems'
t.libs << 'test'
t.verbose = true
end
Expand Down

0 comments on commit e91be08

Please sign in to comment.