mirror of
https://github.com/foo-dogsquared/asciidoctor-foodogsquared-extensions.git
synced 2025-01-31 04:58:07 +00:00
15 lines
248 B
Ruby
15 lines
248 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'asciidoctor'
|
||
|
require 'asciidoctor/foodogsquared-extensions'
|
||
|
|
||
|
RSpec.configure do
|
||
|
def fixtures_dir
|
||
|
File.join __dir__, 'fixtures'
|
||
|
end
|
||
|
|
||
|
def fixtures_file path
|
||
|
File.join fixtures_dir, path
|
||
|
end
|
||
|
end
|