Fix two additional violations caused by previous changes

This commit is contained in:
Robert Speicher 2017-08-15 15:53:16 -04:00
parent 4edfad9678
commit 142b9ec4a0
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
module Gitlab
module ImportExport
class AttributesFinder
def initialize(included_attributes:, excluded_attributes:, methods:)
@included_attributes = included_attributes || {}
@excluded_attributes = excluded_attributes || {}

View File

@ -8,7 +8,6 @@ describe Projects::ServicesController, '(JavaScript fixtures)', type: :controlle
let(:project) { create(:project_empty_repo, namespace: namespace, path: 'services-project') }
let!(:service) { create(:custom_issue_tracker_service, project: project, title: 'Custom Issue Tracker') }
render_views
before(:all) do