Commit 2b20603f authored by Kamil Trzcinski's avatar Kamil Trzcinski

Make rubocop happy

parent 7ea48ec5
......@@ -62,7 +62,7 @@ describe Ci::Project do
end
describe 'ordered commits' do
let (:project) { FactoryGirl.create :ci_project }
let(:project) { FactoryGirl.create :ci_project }
it 'returns ordered list of commits' do
commit1 = FactoryGirl.create :ci_commit, committed_at: 1.hour.ago, project: project
......
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