Commit ed85fa7b authored by James Lopez's avatar James Lopez

fix rubocop warning

parent db62eb95
......@@ -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
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