Skip to content
Snippets Groups Projects
Commit 447ac5f9 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov
Browse files

Fix spec definitions

parent 97f411b7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -52,13 +52,13 @@ describe Gitlab::Metrics::System do
end
 
describe '.cpu_time' do
it 'returns a Fixnum' do
it 'returns a Float' do
expect(described_class.cpu_time).to be_an(Float)
end
end
 
describe '.real_time' do
it 'returns a Fixnum' do
it 'returns a Float' do
expect(described_class.real_time).to be_an(Float)
end
end
Loading
Loading
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