mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
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
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user