summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsliaquat <sliaquat@gitlab.com>2018-09-11 11:57:02 +0500
committersliaquat <sliaquat@gitlab.com>2018-09-11 11:57:02 +0500
commit0c0bd137be79f5577dbb280e2cc62d923fa8f19a (patch)
tree0a587be6634668cd0832850556392fe0efeaf31f
parentb2273c3d163589e07ac219a1946e422de1f9d062 (diff)
downloadgitlab-ce-qa-project-api-tests.tar.gz
Remove extra blank lineqa-project-api-tests
-rw-r--r--qa/qa/specs/features/api/1_manage/project_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/qa/specs/features/api/1_manage/project_spec.rb b/qa/qa/specs/features/api/1_manage/project_spec.rb
index cee155666e3..717c29d3dcf 100644
--- a/qa/qa/specs/features/api/1_manage/project_spec.rb
+++ b/qa/qa/specs/features/api/1_manage/project_spec.rb
@@ -7,7 +7,6 @@ module QA
@personal_access_token = Runtime::API::Client.new.get_personal_access_token
end
-
it 'fetches projects' do
@api_client = Runtime::API::Client.new(:gitlab, personal_access_token: @personal_access_token)