fix rubocop warning

This commit is contained in:
James Lopez 2016-11-25 11:46:13 +01:00
parent 830f739b99
commit 94a74e79cb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ describe AnalyticsBuildEntity do
end
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