Commit 94a74e79 authored by James Lopez's avatar James Lopez

fix rubocop warning

parent 830f739b
...@@ -79,7 +79,7 @@ describe AnalyticsBuildEntity do ...@@ -79,7 +79,7 @@ describe AnalyticsBuildEntity do
end end
it 'shows the right total time' do it 'shows the right total time' do
expect(subject[:total_time]).to eq({hours: 2}) expect(subject[:total_time]).to eq({ hours: 2 })
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment