Move "test.rb" to "tests/examples.rb"

This commit is contained in:
Alex Kotov 2024-10-15 22:40:19 +04:00
parent 63dbec9a76
commit 2e2dfe5fc0
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -3,10 +3,12 @@
require 'open3'
EXE = File.expand_path('exe/repubmark', __dir__).freeze
EXAMPLES = File.expand_path('examples', __dir__).freeze
EXAMPLES_GLOB = File.expand_path('examples/*.repub', __dir__).freeze
CONFIG = File.expand_path('examples/config.yml', __dir__).freeze
ROOT = File.expand_path('..', __dir__).freeze
EXE = File.expand_path('exe/repubmark', ROOT).freeze
EXAMPLES = File.expand_path('examples', ROOT).freeze
EXAMPLES_GLOB = File.expand_path('examples/*.repub', ROOT).freeze
CONFIG = File.expand_path('examples/config.yml', ROOT).freeze
PROFILES = [
%w[summary_plain summary.txt],