mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Fix Rubocop styling in AR subscriber specs
This commit is contained in:
@@ -6,7 +6,7 @@ describe Gitlab::Metrics::Subscribers::ActiveRecord do
|
||||
|
||||
let(:event) do
|
||||
double(:event, duration: 0.2,
|
||||
payload: { sql: 'SELECT * FROM users WHERE id = 10' })
|
||||
payload: { sql: 'SELECT * FROM users WHERE id = 10' })
|
||||
end
|
||||
|
||||
describe '#sql' do
|
||||
|
||||
Reference in New Issue
Block a user