Skip to content

Commit

Permalink
Merge pull request #1436 from ahorek/ubygems
Browse files Browse the repository at this point in the history
remove ubygems
  • Loading branch information
namusyaka committed Jun 19, 2018
2 parents 1b35eaa + b44fb9e commit a004152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -30,7 +30,7 @@ end

Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/*_test.rb']
t.ruby_opts = ['-rubygems'] if defined? Gem
t.ruby_opts = ['-r rubygems'] if defined? Gem
t.ruby_opts << '-I.'
t.warning = true
end
Expand All @@ -41,7 +41,7 @@ Rake::TestTask.new(:"test:core") do |t|
readme request response result route_added_hook
routing server settings sinatra static templates]
t.test_files = core_tests.map {|n| "test/#{n}_test.rb"}
t.ruby_opts = ["-rubygems"] if defined? Gem
t.ruby_opts = ["-r rubygems"] if defined? Gem
t.ruby_opts << "-I."
t.warning = true
end
Expand Down

0 comments on commit a004152

Please sign in to comment.