Commit 46d21283 authored by miks's avatar miks

Spec updates

parent 65601ade
......@@ -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
......
require 'spec_helper'
describe "DeployKeys" do
describe "Projects", "DeployKeys" do
let(:project) { Factory :project }
before do
......
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