Merge branch 'deploy_keys'

Conflicts:
	app/views/layouts/project.html.haml
	db/schema.rb
This commit is contained in:
Dmitriy Zaporozhets 2012-01-14 21:26:35 +02:00
commit cbd78922ee
19 changed files with 234 additions and 8 deletions

View file

@ -2,7 +2,7 @@ require 'spec_helper'
describe Key do
describe "Associations" do
it { should belong_to(:user) }
it { should belong_to(:user) or belong_to(:project) }
end
describe "Validation" do