mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-25 20:46:12 +10:00
Fix rubocop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user