Files
probot/test/test_helper.rb
2023-09-10 10:31:46 +10:00

8 lines
222 B
Ruby

# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "probot"
require "probot/version" # for testing the version number - otherwise the gemspec does it.
require "minitest/autorun"