1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Allow execution without specifying load path

This commit is contained in:
Takashi Kokubun 2015-10-17 00:58:56 +09:00
parent bf8e64b98c
commit 67d7d63559

View file

@ -1,3 +1,5 @@
$:.unshift __dir__
require 'test_helper'
class EngineTest < Haml::TestCase