singularizing
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@80 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
4fd99fff63
commit
ab9b5432ab
|
@ -1,11 +1,11 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
require 'helps_controller'
|
||||
require 'help_controller'
|
||||
|
||||
# Re-raise errors caught by the controller.
|
||||
class HelpController; def rescue_action(e) raise e end; end
|
||||
|
||||
class HelpControllerTest < Test::Unit::TestCase
|
||||
fixtures :helps
|
||||
fixtures :help
|
||||
|
||||
def setup
|
||||
@controller = HelpController.new
|
||||
|
|
Reference in New Issue