This commit is contained in:
Karel Pičman 2024-11-21 09:57:36 +01:00
parent 347fed7ce1
commit 77c0c071cb
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Help controller
class DmsfHelpController < ApplicationController
def show_wiki_syntax
lang = current_language.to_s

View File

@ -20,7 +20,8 @@
require File.expand_path('../../test_helper', __FILE__)
class HelpControllerTest < RedmineDmsf::Test::TestCase
# Help controller
class DmsfHelpControllerTest < RedmineDmsf::Test::TestCase
fixtures :dmsf_folders, :dmsf_files, :dmsf_file_revisions
def test_wiki_syntax