diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-05 21:00:57 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-06-05 21:00:57 +0200 |
commit | 1b6ab2dffce29df53f57cd857720b9f77ab4a7ca (patch) | |
tree | 157788a60b5ba0fb87870e5fca6ac808535d4364 /spec/support/prometheus | |
parent | ffedc52eaa33a7a31d3a7b4893387e81163a3d5f (diff) | |
download | gitlab-ce-1b6ab2dffce29df53f57cd857720b9f77ab4a7ca.tar.gz |
Remove orig file + rubocop cleanup
Diffstat (limited to 'spec/support/prometheus')
-rw-r--r-- | spec/support/prometheus/additional_metrics_shared_examples.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/support/prometheus/additional_metrics_shared_examples.rb b/spec/support/prometheus/additional_metrics_shared_examples.rb index 449a53664c1..0581eab95a0 100644 --- a/spec/support/prometheus/additional_metrics_shared_examples.rb +++ b/spec/support/prometheus/additional_metrics_shared_examples.rb @@ -81,7 +81,8 @@ RSpec.shared_examples 'additional metrics query' do result: [ { metric: {}, - values: [[1488758662.506, '0.00002996364761904785'], [1488758722.506, '0.00003090239047619091']] } + values: [[1488758662.506, '0.00002996364761904785'], [1488758722.506, '0.00003090239047619091']] + } ] } ] @@ -146,4 +147,4 @@ RSpec.shared_examples 'additional metrics query' do end end end -end
\ No newline at end of file +end |