From ab9b5432ab9cdc94482df676304acdd98424f931 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 7 Jan 2008 06:13:45 +0000 Subject: [PATCH] singularizing git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@80 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- test/functional/help_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/help_controller_test.rb b/test/functional/help_controller_test.rb index 3081c2e..42ef9f8 100644 --- a/test/functional/help_controller_test.rb +++ b/test/functional/help_controller_test.rb @@ -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