mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -51,7 +51,7 @@ describe StatsSocket do
|
||||
|
||||
parsed = JSON.parse(line)
|
||||
|
||||
expect(parsed['total_physical_size']).to be>(0)
|
||||
expect(parsed['total_physical_size']).to be > (0)
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user