Skip to content

Commit 6471ebf

Browse files
Michishige Kaitomojombo
authored andcommitted
Fixed helper inclusion in redcarpet test
1 parent fd5447a commit 6471ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_redcarpet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require File.dirname(__FILE__) + '/helper'
1+
require 'helper'
22

33
class TestRedcarpet < Test::Unit::TestCase
44
context "redcarpet" do

0 commit comments

Comments
 (0)