Skip to content

Commit e1305ca

Browse files
committed
forcing tests to haml or fail
1 parent 756953d commit e1305ca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

test/lib/helper.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
begin
2-
require 'haml'
3-
TEMPLATE = :haml
4-
rescue LoadError
5-
TEMPLATE = :erb
6-
end
1+
require 'haml'
2+
TEMPLATE = :haml
73

84
class TestHelper
95
def self.gen_user

0 commit comments

Comments
 (0)