Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-14 21:46:53 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-06-14 21:46:53 +0300
commit24068596ee0ab7d5a02e5aef49dc19c58ac84e40 (patch)
tree7cbcf65797f28e120efdec57e8ad4f93f4996258 /spec/controllers
parent3b2a909ac22b7ac559062973dbd1c951fae3ed43 (diff)
Fixed linting error with trailing space in rb
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects/blob_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/projects/blob_controller_spec.rb b/spec/controllers/projects/blob_controller_spec.rb
index fff363bca7a..a543f626bb0 100644
--- a/spec/controllers/projects/blob_controller_spec.rb
+++ b/spec/controllers/projects/blob_controller_spec.rb
@@ -70,7 +70,7 @@ describe Projects::BlobController do
it do
expect(response).to be_ok
- expect(json_response).note_to have_key 'html'
+ expect(json_response).not_to have_key 'html'
end
end
end