Skip to content

Commit

Permalink
#1563 help
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 21, 2024
1 parent 347fed7 commit 77c0c07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/dmsf_help_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion test/functional/dmsf_help_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77c0c07

Please sign in to comment.