Move "test.rb" to "tests/examples.rb"
This commit is contained in:
parent
63dbec9a76
commit
2e2dfe5fc0
1 changed files with 6 additions and 4 deletions
|
@ -3,10 +3,12 @@
|
||||||
|
|
||||||
require 'open3'
|
require 'open3'
|
||||||
|
|
||||||
EXE = File.expand_path('exe/repubmark', __dir__).freeze
|
ROOT = File.expand_path('..', __dir__).freeze
|
||||||
EXAMPLES = File.expand_path('examples', __dir__).freeze
|
|
||||||
EXAMPLES_GLOB = File.expand_path('examples/*.repub', __dir__).freeze
|
EXE = File.expand_path('exe/repubmark', ROOT).freeze
|
||||||
CONFIG = File.expand_path('examples/config.yml', __dir__).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 = [
|
PROFILES = [
|
||||||
%w[summary_plain summary.txt],
|
%w[summary_plain summary.txt],
|
Loading…
Reference in a new issue