mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Fix test_helper require so file can be run individually
This commit is contained in:
parent
bd9f148d24
commit
e1c7c49a0c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require File.expand_path(File.join(File.dirname(__FILE__), 'test_helper'))
|
||||
|
||||
class TestHelpersTest < ActionController::TestCase
|
||||
tests UsersController
|
||||
|
|
Loading…
Reference in a new issue