mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix require path
This commit is contained in:
parent
35c89a6928
commit
2ae692fdd8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
require 'mocks/article'
|
require 'haml/mocks/article'
|
||||||
|
|
||||||
require 'action_pack/version'
|
require 'action_pack/version'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue