Fixed helper inclusion in redcarpet test

This commit is contained in:
Michishige Kaito 2011-11-01 15:08:29 +00:00 committed by Tom Preston-Werner
parent fd5447a6e6
commit 6471ebf0ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require File.dirname(__FILE__) + '/helper'
require 'helper'
class TestRedcarpet < Test::Unit::TestCase
context "redcarpet" do