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
|
@ -9,7 +9,7 @@ describe PostReceive do
|
|||
end
|
||||
|
||||
context "web hook" do
|
||||
let(:project) { create(:project) }
|
||||
let(:project) { create(:project_with_code) }
|
||||
let(:key) { create(:key, user: project.owner) }
|
||||
let(:key_id) { key.shell_id }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue