diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-15 05:07:17 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-15 05:07:17 +0000 |
commit | b65348fa2c22b828b33b2ec44bdb13a785cd755d (patch) | |
tree | bf980e3f837f968c300057412d83454e3857e4d0 /test/unit/project_test.rb | |
parent | 6a3d42dd691d8161904c38a1c350249cbd05daae (diff) | |
download | redmine-b65348fa2c22b828b33b2ec44bdb13a785cd755d.tar.gz redmine-b65348fa2c22b828b33b2ec44bdb13a785cd755d.zip |
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs and Layout/EmptyLines in app/models/version.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18674 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_test.rb')
-rw-r--r-- | test/unit/project_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb index 8d447f474..3858eba45 100644 --- a/test/unit/project_test.rb +++ b/test/unit/project_test.rb @@ -789,7 +789,6 @@ class ProjectTest < ActiveSupport::TestCase assert_kind_of ActiveRecord::Relation, project.activities end - def test_activities_should_use_the_project_specific_activities project = Project.find(1) overridden_activity = TimeEntryActivity.new({:name => "Project", :project => project}) |