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:
parent
bf8e64b98c
commit
67d7d63559
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
$:.unshift __dir__
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class EngineTest < Haml::TestCase
|
||||
|
|
Loading…
Add table
Reference in a new issue