Commit e5450017 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Update gitaly.md

parent 211e78d5
...@@ -89,9 +89,11 @@ can be tested against. This requires the `:request_store` flag to be set. ...@@ -89,9 +89,11 @@ can be tested against. This requires the `:request_store` flag to be set.
```ruby ```ruby
describe 'Gitaly Request count tests' do describe 'Gitaly Request count tests' do
context 'when the request store is activated', :request_store do
it 'correctly counts the gitaly requests made' do it 'correctly counts the gitaly requests made' do
expect { subject }.to change { Gitlab::GitalyClient.get_request_count }.by(10) expect { subject }.to change { Gitlab::GitalyClient.get_request_count }.by(10)
end end
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