Spec updates

This commit is contained in:
miks 2011-12-30 15:14:14 +02:00
parent 65601ade2b
commit 46d212832f
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
require 'spec_helper'
describe "DeployKeys" do
describe "Projects", "DeployKeys" do
let(:project) { Factory :project }
before do