Skip to content
Snippets Groups Projects
Unverified Commit 185d78bc authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Added specs for Gitlab::Metrics::System.cpu_time

parent 16926a67
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,4 +26,10 @@ describe Gitlab::Metrics::System do
end
end
end
describe '.cpu_time' do
it 'returns a Fixnum' do
expect(described_class.cpu_time).to be_an_instance_of(Fixnum)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment