Fix rubocop

This commit is contained in:
Kamil Trzcinski 2016-04-18 07:45:23 -04:00
parent 28ce41c00e
commit e5ff37c1fc
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ describe Ci::Commit, models: true do
end
context 'update state' do
let(:current) { Time.now.change(:usec => 0) }
let(:current) { Time.now.change(usec: 0) }
let(:build) { FactoryGirl.create :ci_build, :success, commit: commit, started_at: current - 120, finished_at: current - 60 }
before do