fixed test using repo with commits but old factory
This commit is contained in:
parent
3b88636d3c
commit
f536c13355
8 changed files with 10 additions and 19 deletions
|
@ -2,7 +2,7 @@ require 'spec_helper'
|
|||
|
||||
describe GitPushService do
|
||||
let (:user) { create :user }
|
||||
let (:project) { create :project }
|
||||
let (:project) { create :project_with_code }
|
||||
let (:service) { GitPushService.new }
|
||||
|
||||
before do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue