Rollback to require 'test_helper'. If you want to run it in isolation, do ruby -Itest path/to/test/file.

This commit is contained in:
José Valim
2011-04-15 10:38:16 +02:00
parent 8db00eedea
commit c608fbe89e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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