Feature: Unassigned Merge Requests

This commit is contained in:
Dmitriy Zaporozhets 2012-07-17 08:19:16 +03:00
parent 80f2ef2d02
commit a3bb9ca1fa
7 changed files with 22 additions and 14 deletions

View file

@ -13,7 +13,6 @@ describe MergeRequest 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