mirror of
https://github.com/dkam/probot.git
synced 2025-12-28 01:04:52 +00:00
Switch to Net::HTTP and set the request header to match the query header
This commit is contained in:
14
Rakefile
Normal file
14
Rakefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "bundler/gem_tasks"
|
||||
require "rake/testtask"
|
||||
|
||||
Rake::TestTask.new(:test) do |t|
|
||||
t.libs << "test"
|
||||
t.libs << "lib"
|
||||
t.test_files = FileList["test/**/test_*.rb"]
|
||||
end
|
||||
|
||||
require "standard/rake"
|
||||
|
||||
task default: %i[test standard]
|
||||
Reference in New Issue
Block a user