Remove comments

This commit is contained in:
Alexander Meindl
2018-01-02 13:07:27 +01:00
parent 0ee9fa36e6
commit c16dec39e4
5 changed files with 0 additions and 27 deletions

View File

@@ -1,5 +1,3 @@
# Redmine Messenger plugin for Redmine
require File.expand_path('../../test_helper', __FILE__)
class CommonViewsTest < Redmine::IntegrationTest

View File

@@ -1,5 +1,3 @@
# Redmine Messenger plugin for Redmine
unless ENV['SKIP_COVERAGE']
require 'simplecov'
require 'simplecov-rcov'

View File

@@ -1,5 +1,3 @@
# Redmine Messenger plugin for Redmine
require File.expand_path('../../test_helper', __FILE__)
module Redmine

View File

@@ -1,5 +1,3 @@
# Redmine Messenger plugin for Redmine
require File.expand_path('../../test_helper', __FILE__)
class IssueTest < ActiveSupport::TestCase

View File

@@ -1,22 +1,3 @@
# This file is a part of redmine_reporting,
# a reporting and statistics plugin for Redmine.
#
# Copyright (c) 2016-2017 AlphaNodes GmbH
# https://alphanodes.com
#
# redmine_reporting is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# redmine_reporting is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with redmine_reporting. If not, see <http://www.gnu.org/licenses/>.
require File.expand_path('../../test_helper', __FILE__)
class ProjectTest < ActiveSupport::TestCase