Issues can be unassigned now

This commit is contained in:
randx 2012-06-26 21:47:25 +03:00
parent 6abc649590
commit 88c625e3f7
8 changed files with 29 additions and 17 deletions

View file

@ -12,7 +12,6 @@ describe Issue do
it { should validate_presence_of(:title) }
it { should validate_presence_of(:author_id) }
it { should validate_presence_of(:project_id) }
it { should validate_presence_of(:assignee_id) }
end
describe "Scope" do