mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
Fix RuboCop offense Lint/RedundantRequireStatement (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21921 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
require 'pp'
|
|
||||||
class RepositoryCvsTest < ActiveSupport::TestCase
|
class RepositoryCvsTest < ActiveSupport::TestCase
|
||||||
fixtures :projects
|
fixtures :projects
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user