fix rubocop warning

This commit is contained in:
James Lopez 2016-11-22 16:30:27 +01:00
parent db62eb9571
commit ed85fa7b10
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ describe AnalyticsBuildEntity do
end
it 'contains the duration' do
expect(subject[:total_time]).to eq({ :hours => 1 })
expect(subject[:total_time]).to eq(hours: 1 )
end
end
end