diff options
author | Robert Speicher <rspeicher@gmail.com> | 2017-08-15 15:53:16 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2017-08-15 15:53:16 -0400 |
commit | 142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f (patch) | |
tree | 85136c13dba03248287d550d20efedae2a0a210b | |
parent | 4edfad96784e8f77ec8ead26f01b4012977ba58a (diff) | |
download | gitlab-ce-142b9ec4a0b3e5d5cbcbb2fc3b201755f0966b9f.tar.gz |
Fix two additional violations caused by previous changesrs-trailingwhitespace-cop
-rw-r--r-- | lib/gitlab/import_export/attributes_finder.rb | 1 | ||||
-rw-r--r-- | spec/javascripts/fixtures/services.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/import_export/attributes_finder.rb b/lib/gitlab/import_export/attributes_finder.rb index c4fa91ef8d6..56042ddecbf 100644 --- a/lib/gitlab/import_export/attributes_finder.rb +++ b/lib/gitlab/import_export/attributes_finder.rb @@ -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 || {} diff --git a/spec/javascripts/fixtures/services.rb b/spec/javascripts/fixtures/services.rb index beecbb44792..80915c32a74 100644 --- a/spec/javascripts/fixtures/services.rb +++ b/spec/javascripts/fixtures/services.rb @@ -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 |