Fix test_helper require so file can be run individually

This commit is contained in:
John Wilger 2011-04-15 08:26:19 +08:00 committed by José Valim
parent bd9f148d24
commit e1c7c49a0c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'test_helper'
require File.expand_path(File.join(File.dirname(__FILE__), 'test_helper'))
class TestHelpersTest < ActionController::TestCase
tests UsersController