Spec updates
This commit is contained in:
parent
65601ade2b
commit
46d212832f
2 changed files with 11 additions and 1 deletions
|
@ -24,6 +24,16 @@ class Key
|
|||
end
|
||||
end
|
||||
|
||||
class DeployKey
|
||||
def update_repository
|
||||
true
|
||||
end
|
||||
|
||||
def repository_delete_key
|
||||
true
|
||||
end
|
||||
end
|
||||
|
||||
class UsersProject
|
||||
def update_repository
|
||||
true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe "DeployKeys" do
|
||||
describe "Projects", "DeployKeys" do
|
||||
let(:project) { Factory :project }
|
||||
|
||||
before do
|
||||
|
|
Loading…
Reference in a new issue