summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-14 20:46:53 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-06-14 20:46:53 +0200
commit24068596ee0ab7d5a02e5aef49dc19c58ac84e40 (patch)
tree7cbcf65797f28e120efdec57e8ad4f93f4996258 /spec/controllers/projects
parent3b2a909ac22b7ac559062973dbd1c951fae3ed43 (diff)
downloadgitlab-ce-24068596ee0ab7d5a02e5aef49dc19c58ac84e40.tar.gz
Fixed linting error with trailing space in rb
Diffstat (limited to 'spec/controllers/projects')
-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