7 lines
143 B
Ruby
7 lines
143 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
|
||
|
require "fourmi/prawn/utils"
|
||
|
|
||
|
require "minitest/autorun"
|