Commit 24068596 authored by Tim Zallmann's avatar Tim Zallmann

Fixed linting error with trailing space in rb

parent 3b2a909a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment